Skip to content

Commit 57e958c

Browse files
committed
Ruby: missing QLDoc
1 parent 269722f commit 57e958c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ private import internal.SensitiveDataHeuristics::HeuristicNames
1313
private import codeql.ruby.CFG
1414
private import codeql.ruby.dataflow.SSA
1515

16+
/**
17+
* Provides default sources, sinks and sanitizers for reasoning about
18+
* cleartext logging of sensitive information, as well as extension points for
19+
* adding your own.
20+
*/
1621
module CleartextLogging {
1722
/**
1823
* A data flow source for cleartext logging of sensitive information.

0 commit comments

Comments
 (0)