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 269722f commit 57e958cCopy full SHA for 57e958c
ruby/ql/lib/codeql/ruby/security/CleartextLoggingCustomizations.qll
@@ -13,6 +13,11 @@ private import internal.SensitiveDataHeuristics::HeuristicNames
13
private import codeql.ruby.CFG
14
private import codeql.ruby.dataflow.SSA
15
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
+ */
21
module CleartextLogging {
22
/**
23
* A data flow source for cleartext logging of sensitive information.
0 commit comments