Files
codeql/java/ql/src
lcartey@github.com b242a61701 Java: Untrusted data used in external APIs
This commit adds two queries for identifying external APIs which are
used with untrusted data.

These queries are intended to facilitate a security review of the
application, and will report any external API which is called with
untrusted data. The purpose of this is to:
 - review how untrusted data flows through this application
 - identify opportunities to improve taint modeling of sinks and taint
   steps.
As a result this is not suitable for integration into a developer
workflow, as it will likely have high false positive rate, but it may
help identify false negatives for other queries.
2020-07-03 17:32:08 +01:00
..
2018-09-23 16:24:31 -07:00
2018-10-11 11:31:38 +02:00
2020-07-01 14:49:09 +02:00
2018-11-28 15:01:25 +01:00
2020-01-30 10:54:54 +01:00
2020-01-29 12:16:25 +01:00
2020-01-29 12:16:25 +01:00
2018-08-30 10:48:05 +01:00
2020-02-26 13:18:13 -05:00