mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-08-31 06:48:07 +02:00
A recent regression in bandit 1.6.0 permits the scanning of test files for vulnerabilities even when those files should be excluded using the '-x' flag. This change temporarily pins bandit to 1.5.1 in test-requirements.txt to get around this issue in the short term. This patch should be undone once bandit 1.6.1 is released, fixing this issue.
10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
coverage
|
|
pytest
|
|
flake8
|
|
testtools
|
|
fixtures
|
|
mock
|
|
slugs
|
|
sphinx
|
|
bandit==1.5.1
|