Skip to content

Commit b64a1b7

Browse files
committed
add a missing qldoc
1 parent cadb948 commit b64a1b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ private import codeql.ruby.frameworks.core.Gem::Gem as Gem
1111
private import codeql.ruby.AST as Ast
1212
private import codeql.ruby.Concepts as Concepts
1313

14+
/**
15+
* Module containing sources, sinks, and sanitizers for shell command constructed from library input.
16+
*/
1417
module UnsafeShellCommandConstruction {
1518
/** A source for shell command constructed from library input vulnerabilities. */
1619
abstract class Source extends DataFlow::Node { }

0 commit comments

Comments
 (0)