Java: Use negative summary models in unsupported external api telemetry query.

This commit is contained in:
Michael Nebel
2022-08-26 13:47:31 +02:00
parent 23e0ee66e0
commit 290c35e7c6
4 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
/** Provides modules for importing negative summaries. */
/**
* A module importing the frameworks that provide external flow data,
* ensuring that they are visible to the taint tracking / data flow library.
*/
private module Frameworks {
private import semmle.code.java.frameworks.GeneratedNegative
}