зеркало из https://github.com/github/codeql.git
Update formatting
This commit is contained in:
Родитель
5360192a58
Коммит
ec7ad84cd1
|
@ -41,8 +41,9 @@ module CleartextLogging {
|
|||
*/
|
||||
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
|
||||
SensitiveDataSourceAsSource() {
|
||||
not SensitiveDataSource.super.getClassification() in
|
||||
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
|
||||
not SensitiveDataSource.super.getClassification() in [
|
||||
SensitiveDataClassification::id(), SensitiveDataClassification::certificate()
|
||||
]
|
||||
}
|
||||
|
||||
override SensitiveDataClassification getClassification() {
|
||||
|
|
|
@ -40,8 +40,9 @@ module CleartextStorage {
|
|||
*/
|
||||
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
|
||||
SensitiveDataSourceAsSource() {
|
||||
not SensitiveDataSource.super.getClassification() in
|
||||
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
|
||||
not SensitiveDataSource.super.getClassification() in [
|
||||
SensitiveDataClassification::id(), SensitiveDataClassification::certificate()
|
||||
]
|
||||
}
|
||||
|
||||
override SensitiveDataClassification getClassification() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче