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.
1 parent b24fba8 commit 908c3b4Copy full SHA for 908c3b4
cpp/ql/src/semmle/code/cpp/security/SecurityOptions.qll
@@ -1,4 +1,4 @@
1
-/*
+/**
2
* Security pack options.
3
*
4
* see https://semmle.com/wiki/display/SD/_Configuring+SecurityOptions+for+your+code+base
@@ -9,6 +9,10 @@
9
10
import semmle.code.cpp.security.Security
11
12
13
+ * This class overrides `SecurityOptions` and can be used to add project
14
+ * specific customization.
15
+ */
16
class CustomSecurityOptions extends SecurityOptions {
17
override predicate sqlArgument(string function, int arg) {
18
SecurityOptions.super.sqlArgument(function, arg)
0 commit comments