awssecurityhub: introduce support for 'Security Hub', 'IAM Access Ana… #251
Annotations
10 errors
|
ruff (RET505):
dojo/middleware.py#L354
dojo/middleware.py:354:9: RET505 Unnecessary `else` after `return` statement
|
|
ruff (D203):
dojo/middleware.py#L342
dojo/middleware.py:342:5: D203 1 blank line required before class docstring
|
|
ruff (E302):
dojo/middleware.py#L341
dojo/middleware.py:341:1: E302 Expected 2 blank lines, found 0
|
|
ruff (S110):
dojo/group/utils.py#L93
dojo/group/utils.py:93:5: S110 `try`-`except`-`pass` detected, consider logging the exception
|
|
ruff (Q000):
dojo/group/utils.py#L85
dojo/group/utils.py:85:24: Q000 Single quotes found but double quotes preferred
|
|
ruff (Q000):
dojo/group/utils.py#L64
dojo/group/utils.py:64:24: Q000 Single quotes found but double quotes preferred
|
|
ruff (Q000):
dojo/group/utils.py#L63
dojo/group/utils.py:63:26: Q000 Single quotes found but double quotes preferred
|
|
ruff (PLR5501):
dojo/group/utils.py#L52
dojo/group/utils.py:52:5: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
|
ruff (F401):
dojo/group/utils.py#L2
dojo/group/utils.py:2:25: F401 `django.conf.settings` imported but unused
|
|
ruff (I001):
dojo/group/utils.py#L1
dojo/group/utils.py:1:1: I001 Import block is un-sorted or un-formatted
|