issues
search
dlint-py
/
dlint
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
BSD 3-Clause "New" or "Revised" License
164
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Do not package `tests` folder with distributed `dlint` package
#60
miikama
closed
4 months ago
1
Speedup get_plugin_linter_classes
#59
jogo
closed
1 year ago
2
pkgutil.iter_modules is evaluated once per module
#58
jogo
closed
1 year ago
0
Support flake8 6.0.0
#57
ericbn
closed
1 year ago
12
Flake8 v6 compatibility
#56
wwuck
closed
1 year ago
0
Use better code highlight in `README.md`
#55
sobolevn
closed
2 years ago
0
Add input linter when asking for password
#54
clavedeluna
opened
2 years ago
0
Deprecate DUO101
#53
clavedeluna
opened
2 years ago
0
Update DUO108 documentation
#52
clavedeluna
opened
2 years ago
0
Drop Python 3.6 support
#51
clavedeluna
closed
1 year ago
1
replace deprecated ast nodes
#50
clavedeluna
closed
2 years ago
2
Remove unsued and old code
#49
clavedeluna
closed
2 years ago
2
Fix typos and prettify MD/YAML files
#48
kianmeng
closed
2 years ago
2
Stop recommending defusedxml instead of lxml / warn about specific lxml misuse
#47
xmo-odoo
opened
2 years ago
0
feat(requirements): Support flake8 v5
#46
DmytroLitvinov
closed
2 years ago
8
Support for flake8==5.x.x
#45
jonyscathe
closed
2 years ago
0
Remove lxml from DUO107
#44
hughdavenport
opened
2 years ago
1
Refactor/remove python 2 code
#43
jkklapp
closed
2 years ago
3
Update DUO130 to support hashlib constructor usedforsecurity=False param
#42
djmattyg007
closed
2 years ago
0
Fix common typo in doc comment of all helper classes
#41
djmattyg007
closed
2 years ago
0
Remove python2 compatibility code
#40
djmattyg007
closed
2 years ago
0
Hashlib linter should not warn when `usedforsecurity=False` is set
#39
djmattyg007
closed
2 years ago
3
Publish sources on PyPi
#38
bramhaag
closed
2 years ago
1
Support flake8 v4
#37
wwuck
closed
3 years ago
6
Support flake8>=4
#36
wwuck
closed
3 years ago
1
redos detection misses issues if the regex is provided via a variable
#35
barrywhart
opened
4 years ago
1
Relationship to bandit
#34
MartinThoma
closed
4 years ago
1
docs: correct fernet documentation link
#33
lyz-code
closed
4 years ago
0
Add Python 3.9 support
#32
mschwager
closed
4 years ago
1
only trigger DUO116 when shell=True
#31
konstruktoid
closed
4 years ago
7
Add linter for insecure JWT usage in pyjwt
#30
mschwager
opened
4 years ago
0
Add linter for insecure JWT usage in python-jose
#29
mschwager
opened
4 years ago
0
DUO107 whitelist from xml.etree.ElementTree import Element, SubElement
#28
hm34306
closed
4 years ago
1
Add linter for broken function level authorization
#27
mschwager
opened
4 years ago
0
Add linter for XML calls allowing external entities (including DTD)
#26
mschwager
opened
4 years ago
0
Whitelist yaml detection when using SafeLoader
#25
mschwager
opened
4 years ago
0
Add 'Dlint verbose' mode as a flake8 formatter option
#24
mschwager
opened
4 years ago
0
Add cache_info to benchmarking information in dlint.namespace
#23
mschwager
opened
4 years ago
0
DUO121.md: Improve (fixes #21)
#22
hartwork
closed
4 years ago
1
DUO121: Why is tempfile.mkstemp (with "s") being avoided?
#21
hartwork
closed
4 years ago
4
False positive in redos detection when re.DOTALL missing
#20
mschwager
opened
4 years ago
0
Optimize which linters are run against the AST
#19
mschwager
closed
4 years ago
0
Performance issues on certain large files
#18
mschwager
closed
4 years ago
0
os.EX_OK not available on Windows
#17
KyleKing
closed
4 years ago
2
Add linter to detect input asking for password
#16
mschwager
opened
4 years ago
1
Exception during ReDoS detection with malformed expression
#15
mschwager
closed
4 years ago
0
False positive in redos detection when backtracking doesn't occur
#14
mschwager
closed
4 years ago
0
False positive in redos detection when nested quantifier mutually exclusive
#13
mschwager
opened
4 years ago
1
Refactor redos alternation detection to better handle overlap
#12
mschwager
closed
4 years ago
0
Add quantifiers in sequence to redos detection
#11
mschwager
opened
4 years ago
0
Next