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 f341d50 commit 4810308Copy full SHA for 4810308
csharp/ql/src/Customizations.qll
@@ -0,0 +1,12 @@
1
+/**
2
+ * Contains customizations to the standard library.
3
+ *
4
+ * This module is imported by `csharp.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 `SummarizedCallable` classes associated with the security queries
9
+ * to model frameworks that are not covered by the standard library.
10
+ */
11
+
12
+import csharp
csharp/ql/src/csharp.qll
@@ -2,6 +2,7 @@
* The default C# QL library.
*/
+import Customizations
import semmle.code.csharp.Attribute
import semmle.code.csharp.Callable
import semmle.code.csharp.Comments
0 commit comments