mirror of
https://github.com/github/codeql.git
synced 2026-05-07 14:41:41 +02:00
Remove unnecessary private markers
This commit is contained in:
@@ -151,7 +151,7 @@ deprecated class SensitiveCommunicationConfig extends TaintTracking::Configurati
|
||||
}
|
||||
}
|
||||
|
||||
private module SensitiveCommunicationConfig implements DataFlow::ConfigSig {
|
||||
module SensitiveCommunicationConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node source) { source.asExpr() instanceof SensitiveInfoExpr }
|
||||
|
||||
predicate isSink(DataFlow::Node sink) {
|
||||
|
||||
Reference in New Issue
Block a user