mirror of
https://github.com/github/codeql.git
synced 2026-02-03 00:31:07 +01:00
Relevant for this query: CWE-532: Insertion of Sensitive Information into Log File > While logging all information may be helpful during development > stages, it is important that logging levels be set appropriately > before a product ships so that sensitive user data and system > information are not accidentally exposed to potential attackers. See https://cwe.mitre.org/data/definitions/532.html JS also did this recently: https://github.com/github/codeql/pull/7103