Skip to content

Commit f956999

Browse files
authored
Merge branch 'main' into missing-check-scanf-squashed
2 parents f5a30c7 + 8ff0a19 commit f956999

File tree

215 files changed

+18739
-9402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+18739
-9402
lines changed

config/identical-files.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@
462462
],
463463
"SSA C#": [
464464
"csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll",
465-
"csharp/ql/lib/semmle/code/csharp/controlflow/internal/pressa/SsaImplCommon.qll",
466-
"csharp/ql/lib/semmle/code/csharp/dataflow/internal/basessa/SsaImplCommon.qll",
467-
"csharp/ql/lib/semmle/code/cil/internal/SsaImplCommon.qll",
468465
"ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll",
469466
"cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll",
470467
"swift/ql/lib/codeql/swift/dataflow/internal/SsaImplCommon.qll"
@@ -584,22 +581,22 @@
584581
],
585582
"Swift declarations test file": [
586583
"swift/ql/test/extractor-tests/declarations/declarations.swift",
587-
"swift/ql/test/library-tests/parent/declarations.swift"
584+
"swift/ql/test/library-tests/ast/declarations.swift"
588585
],
589586
"Swift statements test file": [
590587
"swift/ql/test/extractor-tests/statements/statements.swift",
591-
"swift/ql/test/library-tests/parent/statements.swift"
588+
"swift/ql/test/library-tests/ast/statements.swift"
592589
],
593590
"Swift expressions test file": [
594591
"swift/ql/test/extractor-tests/expressions/expressions.swift",
595-
"swift/ql/test/library-tests/parent/expressions.swift"
592+
"swift/ql/test/library-tests/ast/expressions.swift"
596593
],
597594
"Swift patterns test file": [
598595
"swift/ql/test/extractor-tests/patterns/patterns.swift",
599-
"swift/ql/test/library-tests/parent/patterns.swift"
596+
"swift/ql/test/library-tests/ast/patterns.swift"
600597
],
601598
"IncompleteMultiCharacterSanitization JS/Ruby": [
602599
"javascript/ql/lib/semmle/javascript/security/IncompleteMultiCharacterSanitizationQuery.qll",
603600
"ruby/ql/lib/codeql/ruby/security/IncompleteMultiCharacterSanitizationQuery.qll"
604601
]
605-
}
602+
}

0 commit comments

Comments
 (0)