-
-
Notifications
You must be signed in to change notification settings - Fork 620
Comparing changes
Open a pull request
base repository: PyCQA/bandit
base: 1.7.10
head repository: PyCQA/bandit
compare: 1.8.0
- 15 commits
- 20 files changed
- 3 contributors
Commits on Sep 30, 2024
-
Bump docker/build-push-action from 6.7.0 to 6.9.0 (#1178)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...4f58ea7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bcb6648 - Browse repository at this point
Copy the full SHA bcb6648View commit details
Commits on Oct 5, 2024
-
Rename doc file to match proper bandit ID (#1183)
The new pytorch_load_save plugin has official bandit ID of B614, however the doc file was still named b704_pytorch_load_save. Small rename fix so this is consistent. This also fixes the ordering on how it is displayed on the plugins index page: https://bandit.readthedocs.io/en/latest/plugins/index.html Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 01302ba - Browse repository at this point
Copy the full SHA 01302baView commit details
Commits on Oct 7, 2024
-
Removal of Python 3.8 support (#1174)
As of October 1st, 2024, Python 3.8 becomes end-of-life. As such Bandit should also no longer support the version. This commit will bump minimum version of support to Python 3.9 and remove any legacy 3.8 specific code. This is a breaking change for those still using Python 3.8 and so the minor version will be bumped to 1.8.x for it. Closes #1173 Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 34dbf7c - Browse repository at this point
Copy the full SHA 34dbf7cView commit details -
Add more insecure cryptography cipher algorithms (#1185)
The cryptography project has added a few more cipher algorithms to its list of insecure, out-dated, or deprecated, i.e. decrepit symmetric algorithms. Namely, CAST5, SEED, and TripleDES were added. As a result, Bandit should also alert to usage of these ciphers. https://cryptography.io/en/latest/hazmat/decrepit/ Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 9e6527d - Browse repository at this point
Copy the full SHA 9e6527dView commit details -
Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#1186)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@988b5a0...c47758b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff81dcd - Browse repository at this point
Copy the full SHA ff81dcdView commit details -
Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#1187)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@4959ce0...dc72c7d) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ddf9b48 - Browse repository at this point
Copy the full SHA ddf9b48View commit details
Commits on Oct 8, 2024
-
[pre-commit.ci] pre-commit autoupdate (#1162)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0](psf/black-pre-commit-mirror@24.4.2...24.10.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b4d480 - Browse repository at this point
Copy the full SHA 9b4d480View commit details
Commits on Oct 14, 2024
-
No need to check httpx client without timeout defined (#1177)
Unlike python-requests, the httpx client has a default timeout of 5 seconds on its class and functions. As such, there is no need for Bandit to check for an undefined timeout. However, explicitly setting the timeout to None is still a potential problem as that would create a situtation where the client would block forever. Fixes: #1175 Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 071386b - Browse repository at this point
Copy the full SHA 071386bView commit details
Commits on Oct 15, 2024
-
[pre-commit.ci] pre-commit autoupdate (#1191)
updates: - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e6dc1b - Browse repository at this point
Copy the full SHA 8e6dc1bView commit details
Commits on Oct 21, 2024
-
Mark Python 3.13 as officially supported (#1192)
Make Python 3.13 officially support This change updates the unit testing to only use released versions of Python 3.13. It also updates the PyPI classifier to declare 3.13 support. Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 4be653d - Browse repository at this point
Copy the full SHA 4be653dView commit details -
Update project urls with added links (#1193)
The PyPI warehouse supports a number of custom links to display on the project page. Of interest to Bandit are the links to the docs, sponsors, and discord. https://github.com/pypi/warehouse/blob/main/warehouse/templates/packaging/detail.html Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 0b249d9 - Browse repository at this point
Copy the full SHA 0b249d9View commit details
Commits on Oct 29, 2024
-
[pre-commit.ci] pre-commit autoupdate (#1196)
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5300a21 - Browse repository at this point
Copy the full SHA 5300a21View commit details
Commits on Oct 30, 2024
-
Add a JSON to seek funding from the FLOSS/fund (#1194)
The FLOSS/fund is running a program to invest support in critical, impactful, and valuable open source projects. Adding this file doesn't guarantee funding, but raises awareness Bandit is seeking it. The JSON has been validated using their online validation tool: https://dir.floss.fund/validate More info: https://floss.fund/blog/announcing-floss-fund/ Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 48e0258 - Browse repository at this point
Copy the full SHA 48e0258View commit details
Commits on Nov 11, 2024
-
Remove Sentry as a sponsor (#1198)
Sentry recently ended their sponsorship. Technically the sponsorship wasn't going specifically to the project anyway, but to a user (me). So this change updates the README to reflect this.
Configuration menu - View commit details
-
Copy full SHA for a19b072 - Browse repository at this point
Copy the full SHA a19b072View commit details
Commits on Nov 13, 2024
-
Remove more leftover OpenStack references (#1195)
The tox.ini still had some test environments specifically for testing within OpenStack. This is no longer needed. Also no longer necessary is stestr configuration that used OpenStack variables. Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 8fd258a - Browse repository at this point
Copy the full SHA 8fd258aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.10...1.8.0