Skip to content

Commit 908c3b4

Browse files
committed
C++: QLDoc SecurityOptions.qll.
1 parent b24fba8 commit 908c3b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cpp/ql/src/semmle/code/cpp/security/SecurityOptions.qll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Security pack options.
33
*
44
* see https://semmle.com/wiki/display/SD/_Configuring+SecurityOptions+for+your+code+base
@@ -9,6 +9,10 @@
99

1010
import semmle.code.cpp.security.Security
1111

12+
/**
13+
* This class overrides `SecurityOptions` and can be used to add project
14+
* specific customization.
15+
*/
1216
class CustomSecurityOptions extends SecurityOptions {
1317
override predicate sqlArgument(string function, int arg) {
1418
SecurityOptions.super.sqlArgument(function, arg)

0 commit comments

Comments
 (0)