Closing as intentional: compliance-dast is a security scanner and must be able to probe targets with self-signed/invalid certificates, so danger_accept_invalid_certs(true) is by design. It analyzes targets; it does not carry trusted user traffic.
Closing as intentional: compliance-dast is a security scanner and must be able to probe targets with self-signed/invalid certificates, so `danger_accept_invalid_certs(true)` is by design. It analyzes targets; it does not carry trusted user traffic.
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.
medium Finding
Scanner: semgrep
Severity: medium
Rule: rust.lang.security.reqwest-accept-invalid.reqwest-accept-invalid
CWE: CWE-295: Improper Certificate Validation
Description
Dangerously accepting invalid TLS information
Location
File:
/tmp/compliance-scanner/repos/Compliance Scanner/compliance-dast/src/tools/mod.rs(line 47)Code
Fingerprint:
00b94235c5f3fe9ee101f32edfb0c944b575603a97cda59a21bfcef15318a235Generated by compliance-scanner
Labels: severity:medium, scanner:semgrep, compliance-scanner
Closing as intentional: compliance-dast is a security scanner and must be able to probe targets with self-signed/invalid certificates, so
danger_accept_invalid_certs(true)is by design. It analyzes targets; it does not carry trusted user traffic.