Scanner: gitleaks Severity: high Rule: generic-api-key
Description
Potential secret (generic-api-key) found in compliance-agent/src/pentest/crypto.rs:86. Match: key1 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
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:86. Match: key1 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
Location
File:
compliance-agent/src/pentest/crypto.rs(line 86)Code
Fingerprint:
39064aff8adf2e370e39a98c11fa6eca53c69da8a7c2f4d79507ba906523635cGenerated 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.