Scanner: gitleaks Severity: high Rule: generic-api-key
Description
Potential secret (generic-api-key) found in compliance-agent/src/pentest/crypto.rs:87. Match: key2 = "abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789"
Closing as false positive: these are hardcoded test vectors in the #[cfg(test)] module of compliance-agent/src/pentest/crypto.rs (obvious sequential hex like 0123456789abcdef...), not real secrets.
Closing as false positive: these are hardcoded **test vectors** in the `#[cfg(test)]` module of `compliance-agent/src/pentest/crypto.rs` (obvious sequential hex like 0123456789abcdef...), not real secrets.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
high Finding
Scanner: gitleaks
Severity: high
Rule: generic-api-key
Description
Potential secret (generic-api-key) found in compliance-agent/src/pentest/crypto.rs:87. Match: key2 = "abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789"
Location
File:
compliance-agent/src/pentest/crypto.rs(line 87)Code
Fingerprint:
9ce9c298ddb694c58d7d9ad5d257c8ba9e59f2b9c410a8761392dab089c1ed3dGenerated by compliance-scanner
Labels: severity:high, scanner:gitleaks, compliance-scanner
Closing as false positive: these are hardcoded test vectors in the
#[cfg(test)]module ofcompliance-agent/src/pentest/crypto.rs(obvious sequential hex like 0123456789abcdef...), not real secrets.