Skip to content

Commit 5765f36

Browse files
committed
Ruby: add missing qldoc comment
1 parent 5db80da commit 5765f36

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ruby/ql/lib/codeql/ruby/security/ConditionalBypassCustomizations.qll

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
2-
* Provides default sources, sinks and sanitizers for reasoning about
3-
* bypass of sensitive action guards, as well as extension points for
4-
* adding your own.
2+
* Provides default sources, sinks, and sanitizers for reasoning about bypass of
3+
* sensitive action guards, as well as extension points for adding your own.
54
*/
65

76
private import codeql.ruby.CFG
@@ -10,6 +9,10 @@ private import codeql.ruby.controlflow.BasicBlocks
109
private import codeql.ruby.dataflow.RemoteFlowSources
1110
private import codeql.ruby.security.SensitiveActions
1211

12+
/**
13+
* Provides default sources, sinks, and sanitizers for reasoning about bypass of
14+
* sensitive action guards, as well as extension points for adding your own.
15+
*/
1316
module ConditionalBypass {
1417
/**
1518
* A data flow source for bypass of sensitive action guards.

0 commit comments

Comments
 (0)