mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
426 B
426 B
7.7.2
Minor Analysis Improvements
- Fields of certain objects are considered tainted if the object is tainted. This holds, for example, for objects that occur directly as sources in the active threat model (for instance, a remote flow source). This has now been amended to also include array types, such that if an array like
MyPojo[]is a source, then fields of a taintedMyPojoare now also considered tainted.