mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Add models for flow- and taint-preserving functions in Commons ObjectUtils.
These should all be value-preserving, but we don't support value-preserving varargs methods yet.
This commit is contained in:
2
java/change-notes/2021-03-05-commons-object-utils.md
Normal file
2
java/change-notes/2021-03-05-commons-object-utils.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* Add models for ObjectUtils functions in the Apache Commons-Lang library. This may lead to more results from any dataflow query where traversal of ObjectUtils functions means we can now complete a path from a source of tainted data to a corresponding sink.
|
||||
Reference in New Issue
Block a user