Skip to content

Commit ec7ad84

Browse files
Update formatting
1 parent 5360192 commit ec7ad84

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

python/ql/lib/semmle/python/security/dataflow/CleartextLoggingCustomizations.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ module CleartextLogging {
4141
*/
4242
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
4343
SensitiveDataSourceAsSource() {
44-
not SensitiveDataSource.super.getClassification() in
45-
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
44+
not SensitiveDataSource.super.getClassification() in [
45+
SensitiveDataClassification::id(), SensitiveDataClassification::certificate()
46+
]
4647
}
4748

4849
override SensitiveDataClassification getClassification() {

python/ql/lib/semmle/python/security/dataflow/CleartextStorageCustomizations.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ module CleartextStorage {
4040
*/
4141
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
4242
SensitiveDataSourceAsSource() {
43-
not SensitiveDataSource.super.getClassification() in
44-
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
43+
not SensitiveDataSource.super.getClassification() in [
44+
SensitiveDataClassification::id(), SensitiveDataClassification::certificate()
45+
]
4546
}
4647

4748
override SensitiveDataClassification getClassification() {

0 commit comments

Comments
 (0)