Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dlint-py/dlint issues and pull requests
#60 - Do not package `tests` folder with distributed `dlint` package
Issue -
State: closed - Opened by miikama 6 months ago
- 1 comment
#59 - Speedup get_plugin_linter_classes
Pull Request -
State: closed - Opened by jogo over 1 year ago
- 2 comments
#58 - pkgutil.iter_modules is evaluated once per module
Issue -
State: closed - Opened by jogo over 1 year ago
#57 - Support flake8 6.0.0
Pull Request -
State: closed - Opened by ericbn almost 2 years ago
- 12 comments
#56 - Flake8 v6 compatibility
Issue -
State: closed - Opened by wwuck almost 2 years ago
#55 - Use better code highlight in `README.md`
Pull Request -
State: closed - Opened by sobolevn about 2 years ago
#54 - Add input linter when asking for password
Pull Request -
State: open - Opened by clavedeluna about 2 years ago
#53 - Deprecate DUO101
Issue -
State: open - Opened by clavedeluna about 2 years ago
#52 - Update DUO108 documentation
Issue -
State: open - Opened by clavedeluna about 2 years ago
#51 - Drop Python 3.6 support
Issue -
State: closed - Opened by clavedeluna about 2 years ago
- 1 comment
#50 - replace deprecated ast nodes
Pull Request -
State: closed - Opened by clavedeluna about 2 years ago
- 2 comments
#49 - Remove unsued and old code
Pull Request -
State: closed - Opened by clavedeluna about 2 years ago
- 2 comments
#48 - Fix typos and prettify MD/YAML files
Pull Request -
State: closed - Opened by kianmeng about 2 years ago
- 2 comments
#47 - Stop recommending defusedxml instead of lxml / warn about specific lxml misuse
Issue -
State: open - Opened by xmo-odoo about 2 years ago
#46 - feat(requirements): Support flake8 v5
Pull Request -
State: closed - Opened by DmytroLitvinov over 2 years ago
- 8 comments
#45 - Support for flake8==5.x.x
Issue -
State: closed - Opened by jonyscathe over 2 years ago
#44 - Remove lxml from DUO107
Pull Request -
State: open - Opened by hughdavenport over 2 years ago
- 1 comment
#43 - Refactor/remove python 2 code
Pull Request -
State: closed - Opened by jkklapp over 2 years ago
- 3 comments
#42 - Update DUO130 to support hashlib constructor usedforsecurity=False param
Pull Request -
State: closed - Opened by djmattyg007 over 2 years ago
#41 - Fix common typo in doc comment of all helper classes
Pull Request -
State: closed - Opened by djmattyg007 over 2 years ago
#40 - Remove python2 compatibility code
Issue -
State: closed - Opened by djmattyg007 over 2 years ago
#39 - Hashlib linter should not warn when `usedforsecurity=False` is set
Issue -
State: closed - Opened by djmattyg007 over 2 years ago
- 3 comments
#38 - Publish sources on PyPi
Issue -
State: closed - Opened by bramhaag almost 3 years ago
- 1 comment
#37 - Support flake8 v4
Pull Request -
State: closed - Opened by wwuck about 3 years ago
- 6 comments
#36 - Support flake8>=4
Issue -
State: closed - Opened by wwuck about 3 years ago
- 1 comment
#35 - redos detection misses issues if the regex is provided via a variable
Issue -
State: open - Opened by barrywhart about 4 years ago
- 1 comment
#34 - Relationship to bandit
Issue -
State: closed - Opened by MartinThoma about 4 years ago
- 1 comment
#33 - docs: correct fernet documentation link
Pull Request -
State: closed - Opened by lyz-code about 4 years ago
#32 - Add Python 3.9 support
Issue -
State: closed - Opened by mschwager about 4 years ago
- 1 comment
#31 - only trigger DUO116 when shell=True
Pull Request -
State: closed - Opened by konstruktoid about 4 years ago
- 7 comments
#30 - Add linter for insecure JWT usage in pyjwt
Issue -
State: open - Opened by mschwager over 4 years ago
#29 - Add linter for insecure JWT usage in python-jose
Issue -
State: open - Opened by mschwager over 4 years ago
#28 - DUO107 whitelist from xml.etree.ElementTree import Element, SubElement
Issue -
State: closed - Opened by hm34306 over 4 years ago
- 1 comment
#27 - Add linter for broken function level authorization
Issue -
State: open - Opened by mschwager over 4 years ago
#26 - Add linter for XML calls allowing external entities (including DTD)
Issue -
State: open - Opened by mschwager over 4 years ago
#25 - Whitelist yaml detection when using SafeLoader
Issue -
State: open - Opened by mschwager over 4 years ago
#24 - Add 'Dlint verbose' mode as a flake8 formatter option
Issue -
State: open - Opened by mschwager over 4 years ago
#23 - Add cache_info to benchmarking information in dlint.namespace
Issue -
State: open - Opened by mschwager over 4 years ago
#22 - DUO121.md: Improve (fixes #21)
Pull Request -
State: closed - Opened by hartwork over 4 years ago
- 1 comment
#21 - DUO121: Why is tempfile.mkstemp (with "s") being avoided?
Issue -
State: closed - Opened by hartwork over 4 years ago
- 4 comments
#20 - False positive in redos detection when re.DOTALL missing
Issue -
State: open - Opened by mschwager over 4 years ago
#19 - Optimize which linters are run against the AST
Issue -
State: closed - Opened by mschwager over 4 years ago
#18 - Performance issues on certain large files
Issue -
State: closed - Opened by mschwager over 4 years ago
#17 - os.EX_OK not available on Windows
Issue -
State: closed - Opened by KyleKing over 4 years ago
- 2 comments
#16 - Add linter to detect input asking for password
Issue -
State: open - Opened by mschwager almost 5 years ago
- 1 comment
#15 - Exception during ReDoS detection with malformed expression
Issue -
State: closed - Opened by mschwager almost 5 years ago
#14 - False positive in redos detection when backtracking doesn't occur
Issue -
State: closed - Opened by mschwager almost 5 years ago
#13 - False positive in redos detection when nested quantifier mutually exclusive
Issue -
State: open - Opened by mschwager almost 5 years ago
- 1 comment
#12 - Refactor redos alternation detection to better handle overlap
Issue -
State: closed - Opened by mschwager almost 5 years ago
#11 - Add quantifiers in sequence to redos detection
Issue -
State: open - Opened by mschwager almost 5 years ago
#10 - Add category alternation detection support to redos linter
Issue -
State: closed - Opened by mschwager almost 5 years ago
#9 - Add linter for insecure crypto use in authlib library
Issue -
State: open - Opened by mschwager almost 5 years ago
#8 - Consider whitelisting code execution linters if argument is constant string
Issue -
State: open - Opened by mschwager almost 5 years ago
#7 - Add linter for detecting open files that are never closed
Issue -
State: open - Opened by mschwager almost 5 years ago
#6 - Add linter for insecure xmltodict use
Issue -
State: open - Opened by mschwager almost 5 years ago
#5 - Create a community Github Action for Dlint
Issue -
State: closed - Opened by mschwager almost 5 years ago
- 1 comment
#4 - Remove use of deprecated ast classes and methods
Issue -
State: closed - Opened by mschwager almost 5 years ago
- 4 comments
#3 - Remove Python 2.7 support
Issue -
State: closed - Opened by mschwager almost 5 years ago
#2 - Handle kwargs passed as positional arguments
Issue -
State: open - Opened by mschwager almost 5 years ago
#1 - Add 'with' variable instantiation detection to BadNameAttributeUseLinter
Issue -
State: open - Opened by mschwager almost 5 years ago