ruff/crates/ruff
Manuel Jacob 75b5c314e3
Change CWE reference in documentation for S607 rule (#7398)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

The previous reference was “CWE-78: Improper Neutralization of Special
Elements used in an OS Command ('OS Command Injection')”, which
describes another issue. The new reference is “CWE-426: Untrusted Search
Path”, which describes exactly the problem that this rule should warn
about.

## Test Plan

The change was not tested, as it only changes two numbers in the
documentation.
2023-09-14 23:12:54 -05:00
..
resources/test [`flake8-logging`] Implement `LOG001`: `direct-logger-instantiation` (#7397) 2023-09-14 23:07:10 -04:00
src Change CWE reference in documentation for S607 rule (#7398) 2023-09-14 23:12:54 -05:00
Cargo.toml chore: Upgrade pyproject-toml crate (#7335) 2023-09-13 17:55:03 +02:00