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 0e2709f commit 9fe7d6eCopy full SHA for 9fe7d6e
ruby/ql/lib/codeql/ruby/security/internal/CleartextSources.qll
@@ -209,7 +209,7 @@ module CleartextSources {
209
)
210
}
211
212
- override string describe() { result = "an write to " + name }
+ override string describe() { result = "a write to " + name }
213
214
215
/** An assignment that may assign a password to a variable */
0 commit comments