Trivy is reporting XML file "entry key" with exactly 40 chars long as AWS Secret Access Key (CRITICAL Vulnerability) #5171
ejtavares
started this conversation in
False Detection
Replies: 1 comment 2 replies
-
Hi @ejtavares ! I couldn't reproduce your example. AWS Secret Access Key is detected by the following regular expression, so it is incorrect to say that any key with a length of 40 characters gives a false positive result. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
AWS Secret Access Key
Description
Any "entry key" in a XML resource file with exactly 40 chars long is being reported as aws-secret-access-key violation.
Exactly 40 chars long is flagged:
Internal Error: This is just a test.
Anything with length different then 40 are not flagged:
Internal Error: This is just a test.
Internal Error: This is just a test.
Found issue #4093 but I don't think they are the same issue...
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Target OS
No response
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions