mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Apply review suggestions - change = to in
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ module CleartextLogging {
|
||||
*/
|
||||
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
|
||||
SensitiveDataSourceAsSource() {
|
||||
not SensitiveDataSource.super.getClassification() =
|
||||
not SensitiveDataSource.super.getClassification() in
|
||||
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
|
||||
}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ module CleartextStorage {
|
||||
*/
|
||||
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
|
||||
SensitiveDataSourceAsSource() {
|
||||
not SensitiveDataSource.super.getClassification() =
|
||||
not SensitiveDataSource.super.getClassification() in
|
||||
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user