codeql
codeql copied to clipboard
Python: Exclude certificate classification fo sensitive data queries
trafficstars
A certificate, such as an SSL certificate or x509 certificate, often does not contain sensitive data, so the cleartext storage and cleartext logging queries result in false positive alerts when considering them. This PR excludes certificates as sources for these queries.