Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group across 1 directory#2
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the go_modules group with 1 update in the / directory: [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure). Updates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.4.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
CodeMonkeyCybersecurity
pushed a commit
that referenced
this pull request
Nov 9, 2025
This commit addresses the 3 critical gaps identified in the adversarial analysis: P0 FIX #1: Wire SaveCorrelationResults in orchestrator - Added store dependency to CorrelationEngine - Implemented convertChainsToCorrelationResults() to convert ExploitChain to CorrelationResult - Call SaveCorrelationResults() after detecting attack chains in Phase 6 - Attack chains are now persisted to correlation_results table for historical analysis - Files: internal/orchestrator/correlation.go, internal/orchestrator/bounty_engine.go P0 FIX #2: Enhanced fingerprinting for edge cases - Expanded metadata field extraction from 5 to 11 fields (added hostname, domain, ip, path, port, service) - Improved evidence parsing with 4 patterns instead of 2 (added URL: prefix and Target: prefix detection) - Added comprehensive inline documentation explaining edge case behavior - Weak fingerprints (empty target) are acceptable because most scanners populate metadata - Files: internal/database/store.go P0 FIX #3: Add UpdateFindingStatus API and CLI commands - Added 3 new methods to ResultStore interface: UpdateFindingStatus, MarkFindingVerified, MarkFindingFalsePositive - Implemented all 3 methods in sqlStore with transaction safety and logging - Added 3 new CLI commands: - shells results mark-fixed [finding-id] - enables regression detection - shells results mark-verified [finding-id] --unverify - manual verification tracking - shells results mark-false-positive [finding-id] --remove - false positive management - Regression detection now functional (users can mark findings as fixed) - Files: internal/core/interfaces.go, internal/database/store.go, cmd/results.go IMPACT: - Correlation results are now saved (enabling ML training and historical analysis) - Fingerprinting is more robust (11 metadata fields + 4 evidence patterns) - Users can now manage finding lifecycle (regression detection is now operational) NEXT: Unit tests for fingerprinting and regression detection (P0 - 3 hours)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go_modules group with 1 update in the / directory: github.com/go-viper/mapstructure/v2.
Updates
github.com/go-viper/mapstructure/v2from 2.3.0 to 2.4.0Release notes
Sourced from github.com/go-viper/mapstructure/v2's releases.
Commits
b9794a5Merge pull request #119 from go-viper/string-to-weak-slice17cdcb0feat: add back previous StringToSlice as a weak function3caca36Merge pull request #117 from ErfanMomeniii/main9a861bcMerge pull request #107 from peczenyj/patch-286ed5b5refactor: updateace5b4echore: add interface any linter1a4f1aeMerge pull request #118 from go-viper/generic-testsa268909fix: lint17f1fd4test: add more commentsb48c856test: expand testsYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.