mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
437 B
437 B
3.1.1
Minor Analysis Improvements
- The sensitive data library has been improved so that
snake_casestyle variable names are recognized more reliably. This may result in more sensitive data being identified, and more results from queries that use the sensitive data library.
- Additional taint steps through methods of
lxml.etree.Elementandlxml.etree.ElementTreeobjects from thelxmlPyPI package have been modeled.