-
Notifications
You must be signed in to change notification settings - Fork 5
AIML-239: Part 3 - Consolidate Domain 7 (Vulnerabilities) #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ChrisEdwards
wants to merge
15
commits into
main
Choose a base branch
from
AIML-239-part3-domain-7-vulnerabilities
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
95e9c73
Add search_app_vulnerabilities tool with session filtering (mcp-5es)
ChrisEdwards 1ac8208
Add comprehensive unit tests for search_app_vulnerabilities (mcp-k7c)
ChrisEdwards 207948d
Phase 2 & 3: Rename search_vulnerabilities and remove old tools (mcp-…
ChrisEdwards 55223bc
Fix integration test parameter alignment for searchVulnerabilities
ChrisEdwards c2842b8
Fix null pointer exceptions in session metadata filtering and scan re…
ChrisEdwards d6ff05a
Update CLAUDE.md with research notes
ChrisEdwards 56b4ce9
Fix useLatestSession flag to work independently without sessionMetada…
ChrisEdwards 1467ecc
Change sessionMetadataValue logging from INFO to DEBUG level (mcp-wts)
ChrisEdwards 7e2c7f5
Add verification tests for status filter fix (mcp-3sy)
ChrisEdwards 641c9d0
Document case-insensitive session metadata matching and field discove…
ChrisEdwards 899b9e7
Fix vulnerability duplication in session metadata filtering (mcp-oj2)
ChrisEdwards e9c43e7
Add anonymous builder pattern for test mock objects
ChrisEdwards edb3567
Fix route coverage parameter validation for sessionMetadataValue
ChrisEdwards f84811d
Fix NullPointerException when filtering applications by tag (mcp-7jf)
ChrisEdwards 58ea63c
Remove unused appId parameter from VulnerabilityFilterParams (mcp-m0x)
ChrisEdwards File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
481 changes: 329 additions & 152 deletions
481
src/main/java/com/contrast/labs/ai/mcp/contrast/AssessService.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, just FYI another way to do these checks is: