mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Overlay: Add overlay annotations to Java & shared libraries
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* Provides classes and predicates related to validating models-as-data rows.
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
/** Provides predicates for determining if a model exists for a given `kind`. */
|
||||
signature module KindValidationConfigSig {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* Contains predicates for converting an arbitrary graph to a set of `typeModel` rows.
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
private import codeql.util.Location
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
* Provides classes and predicates related to capturing summary, source,
|
||||
* and sink models of the Standard or a 3rd party library.
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
private import codeql.dataflow.DataFlow
|
||||
private import codeql.dataflow.TaintTracking as Tt
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
signature module ModelPrintingLangSig {
|
||||
/**
|
||||
* A class of callables.
|
||||
|
||||
Reference in New Issue
Block a user