mirror of
https://github.com/github/codeql.git
synced 2026-07-23 04:02:07 +02:00
758 B
758 B
0.4.36
Minor Analysis Improvements
- Altered 2 patterns in the
poisonable_stepsmodelling. Extra sinks are detected in the following cases: scripts executed via python modules andgo runin directories are detected as potential mechanisms of injection. For the go execution pattern, the pattern is updated to now ignore flags that occur between go and the specific command. This change may lead to more results being detected by the following queries:actions/untrusted-checkout/high,actions/untrusted-checkout/critical,actions/untrusted-checkout-toctou/high,actions/untrusted-checkout-toctou/critical,actions/cache-poisoning/poisonable-step,actions/cache-poisoning/direct-cacheandactions/artifact-poisoning/path-traversal.