mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Document that MaD barriers for hardcoded credentials apply to all kinds
This commit is contained in:
@@ -133,6 +133,9 @@ module HardcodedCryptographicValue {
|
||||
|
||||
/**
|
||||
* An externally modeled barrier for hard-coded cryptographic value vulnerabilities.
|
||||
*
|
||||
* Note that a sanitizer with kind `credentials-key` will sanitize flow to
|
||||
* all sinks, not just sinks with the same kind.
|
||||
*/
|
||||
private class ModelsAsDataBarrier extends Barrier {
|
||||
CryptographicValueKind kind;
|
||||
|
||||
Reference in New Issue
Block a user