Python: Do not alter codeql-workspaces.yml

And remove the qlpack referred to therein.
Instead we rename and duplicate the extesion file
that this qlpack pointed to.
These two extension files are kept in sync by `identical-files.json`.
This commit is contained in:
Rasmus Lerchedahl Petersen
2023-08-25 11:46:41 +02:00
parent dbc60140e0
commit ad49eada48
5 changed files with 23 additions and 13 deletions

View File

@@ -571,5 +571,9 @@
"EncryptionKeySizes Python/Java": [
"python/ql/lib/semmle/python/security/internal/EncryptionKeySizes.qll",
"java/ql/lib/semmle/code/java/security/internal/EncryptionKeySizes.qll"
],
"Python model summaries test extension": [
"python/ql/test/experimental/dataflow/model-summaries/InlineTaintTest.ext.yml",
"python/ql/test/experimental/dataflow/model-summaries/NormalDataflowTest.ext.yml"
]
}
}