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 57e958c commit 81ed5d0Copy full SHA for 81ed5d0
ruby/ql/lib/codeql/ruby/security/CleartextLoggingCustomizations.qll
@@ -95,7 +95,7 @@ module CleartextLogging {
95
}
96
97
/**
98
- * Gets the name of a method that would be falsely marked as non-sensitive
+ * Gets the name of a method that would be falsely marked as non-sensitive
99
* by `notSensitiveRegexp`.
100
*/
101
private predicate nonSensitiveMethodNameExclusion(string name) { name = ["[]", "[]="] }
@@ -189,7 +189,7 @@ module CleartextLogging {
189
)
190
191
192
- override string describe() { result = "an write to " + name }
+ override string describe() { result = "a write to " + name }
193
194
/** Gets the name of the key */
195
string getName() { result = name }
0 commit comments