Python: Bump dependencies and versions for Python #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes changes to the Python package and its corresponding tests. The changes include updating the version of dependencies in the
codeql-pack.lock.yml
andqlpack.yml
files, removing theDataFlow::PathGraph
import, and modifying theConfiguration
class in several Python files. The changes also include updating the expected results in several test files.Dependency Version Updates:
python/lib/codeql-pack.lock.yml
: Updated the versions of several dependencies.python/lib/qlpack.yml
: Updated the version of thegithubsecuritylab/codeql-python-libs
dependency.python/src/codeql-pack.lock.yml
: Updated the versions of several dependencies.python/src/qlpack.yml
: Updated the version of thegithubsecuritylab/codeql-python-libs
dependency.python/test/codeql-pack.lock.yml
: Updated the versions of several dependencies.Codebase Simplification and Refactoring:
python/src/audit/CWE-079/XssFlaskAudit.ql
: Removed theDataFlow::PathGraph
import and update theConfiguration
module. [1] [2]python/src/audit/CWE-089/SqlInjectionAudit.ql
: Removed theDataFlow::PathGraph
import and update theConfiguration
module.Test File Updates:
python/test/audit/CWE-079/XssFlaskAudit.expected
: Updated the expected results.python/test/audit/CWE-089/SqlInjectionAudit.expected
: Updated the expected results.python/test/security/CWE-078/CommandInjectionLocal.expected
: Updated the expected results.python/test/security/CWE-094/CodeInjectionLocal.expected
: Updated the expected results.python/test/security/CWE-502/UnsafeDeserializationLocal.expected
: Updated the expected results.