From 6a37d7a1e61798be5cb910781fdb87155de81601 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 28 Jun 2024 07:41:45 -0400 Subject: [PATCH] Add bandit rule changes to breaking section (#12090) Closes https://github.com/astral-sh/ruff/issues/12086. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e59203ab..9c98f1f1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ See also, the "Remapped rules" section which may result in disabled rules. - Selecting `ALL` now excludes deprecated rules - The released archives now include an extra level of nesting, which can be removed with `--strip-components=1` when untarring. - The release artifact's file name no longer includes the version tag. This enables users to install via `/latest` URLs on GitHub. +- The diagnostic ranges for some `flake8-bandit` rules were modified ([#10667](https://github.com/astral-sh/ruff/pull/10667)). ### Deprecations @@ -107,7 +108,7 @@ The following deprecated CLI commands have been removed: ### Rule changes - \[`ruff`\] Fix false positives if `gettext` is imported using an alias (`RUF027`) ([#12025](https://github.com/astral-sh/ruff/pull/12025)) -- \[`npy`\] Update `trapz` and `in1d` deprecation (`NPY201`) ([#11948](https://github.com/astral-sh/ruff/pull/11948)) +- \[`numpy`\] Update `trapz` and `in1d` deprecation (`NPY201`) ([#11948](https://github.com/astral-sh/ruff/pull/11948)) - \[`flake8-bandit`\] Modify diagnostic ranges for shell-related rules ([#10667](https://github.com/astral-sh/ruff/pull/10667)) ### Server