Hcl vulnerability list update#297
Merged
davewichers merged 10 commits intoMay 13, 2026
Merged
Conversation
Added more CWE mappings for HCL AppScan
Modified mapping of attJavaDeserCodeExec for HCL AppScan IAST
Modified IAST related vulnerability mappings
Added CodeInjection mapping for IAST
…ability added DeserializationOfUntrustedData as another option for 502 Vulnerability
Removed added MISSING_REFERRER_POLICY_HEADER as this was handled using CweNumber.DONTCARE
removed not required code
removed whitespace
Contributor
Author
|
Hi @davewichers, Thanks. |
darkspirit510
suggested changes
May 11, 2026
| vulnerabilityToCweNumber.put("attRedirectInURL", CweNumber.OPEN_REDIRECT); | ||
| vulnerabilityToCweNumber.put("attReferrerPolicyHeaderExist", CweNumber.DONTCARE); | ||
| vulnerabilityToCweNumber.put("DetectedAPIs", CweNumber.DONTCARE); | ||
| vulnerabilityToCweNumber.put("attBlindCodeInjection", 94); |
Contributor
There was a problem hiding this comment.
If it does not exist, please create the number in CweNumber class.
Contributor
Author
There was a problem hiding this comment.
I replaced 94 with CweNumber.CODE_INJECTION, which was recently added to the CweNumber class.
removed hard coded CweNumber and using the CweNumber.CODE_INJECTION on the place of 94
Contributor
|
@darkspirit510 - His updates look like they addressed your comments properly, so I merged this in. |
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.
Updated the Hcl vulnerability list to get proper results after running crawler and scorecard scripts for Owasp Benchmark Python.