We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Customizations.qll
1 parent 0b3c90b commit bd91bc0Copy full SHA for bd91bc0
java/ql/src/Customizations.qll
@@ -0,0 +1,12 @@
1
+/**
2
+ * Contains customizations to the standard library.
3
+ *
4
+ * This module is imported by `java.qll`, so any customizations defined here automatically
5
+ * apply to all queries.
6
7
+ * Typical examples of customizations include adding new subclasses of abstract classes such as
8
+ * the `RemoteFlowSource` and `AdditionalTaintStep` classes associated with the security queries
9
+ * to model frameworks that are not covered by the standard library.
10
+ */
11
+
12
+import java
java/ql/src/java.qll
@@ -1,5 +1,6 @@
/** Provides all default Java QL imports. */
+import Customizations
import semmle.code.FileSystem
import semmle.code.Location
import semmle.code.java.Annotation
0 commit comments