Skip to content
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

Error with Secret_Detection #211

Open
golontico opened this issue Mar 9, 2022 · 0 comments
Open

Error with Secret_Detection #211

golontico opened this issue Mar 9, 2022 · 0 comments

Comments

@golontico
Copy link

golontico commented Mar 9, 2022

Actually i have an error when apply Secret Detection rule (SAST), this happends beacuse it detects the header and footer as vulnerabilty
this is the error
{
"id": "9c698746700510a04b2f7d68a6ca1d4a74b4fbea8e717ba7fef7004140ffbe7b",
"category": "secret_detection",
"name": "SSH private key",
"message": "SSH private key detected; please remove and revoke it if this is a leak.",
"description": "SSH private key",
"cve": "docker-prod/compile_web_for_etc_qa_costa_rica/main-es2015.b15c5bb733d9a2ca905c.js:03d104c669e3c7b6be7f989db8b12c8b910d3be8c1e2a73c9369d3cc0ba803b5:SSH private key",
"severity": "Critical",
"confidence": "Unknown",
"raw_source_code_extract": "-----BEGIN OPENSSH PRIVATE KEY-----",
"scanner": {
"id": "gitleaks",
"name": "Gitleaks"
},
"location": {
"file": "docker-prod/XXXXXXXXXX/main-es2015.b15c5bb733d9a2ca905c.js",
"commit": {
"sha": "0000000"
},
"start_line": 2
},
"identifiers": [
{
"type": "gitleaks_rule_id",
"name": "Gitleaks rule ID SSH private key",
"value": "SSH private key"
}
]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant