Dani Alcala
Dani Alcala
### Describe the bug Bandit is using xml.etree which is not recommended. ### Reproduction steps ```bash If you run bandit on itself `bandit -r bandit` you'll get the following >>...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description Add code to detect `no-member` when an augmented...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...
Related to #1195 I saw #1195 and since I have experience with flake8 I decided to contribute.
When running tests, the following warnings appeared ``` test/test_router.py::TestRouter::testFloatFilter test/test_router.py::TestRouterInCGIMode::testFloatFilter /Users/dani/bottle/bottle.py:419: RuntimeWarning: Route overwrites a previously defined route warnings.warn(msg % (method, rule), RuntimeWarning) test/test_router.py::TestRouter::testParentheses test/test_router.py::TestRouterInCGIMode::testParentheses /Users/dani/bottle/bottle.py:419: RuntimeWarning: Route overwrites a...
When running tests, this warning is raised: ``` test/test_exc.py:4 /Users/dani/bottle/test/test_exc.py:4: PytestCollectionWarning: cannot collect test class 'TestError' because it has a __init__ constructor (from: test/test_exc.py) class TestError(Exception): ``` this is because...
Handles #1393 add Python 3.10 to pypi list.
Closes #16 The goal is to detect when a user uses the built-in `input` function with an arg or kwarg of string containing "password". Unit tests demonstrate when this may...
[DUO101](https://github.com/dlint-py/dlint/blob/master/docs/linters/DUO101.md) is Python 3.3 only, and these versions are no longer supported by dlint. Other than removing the md file in docs and the linter itself plus its tests, what...
[DUO108](https://github.com/dlint-py/dlint/blob/master/docs/linters/DUO108.md) is outdated in the following ways: 1. it mentions Python 2, deprecated by dlint 2. it says it only runs for Python 2, but that doesn't seem to be...