Add Rapidfire vulnerability scanner parser #9615
Annotations
10 errors
Ruff (I001):
dojo/tools/rapidfire/parser.py#L1
dojo/tools/rapidfire/parser.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
dojo/tools/rapidfire/parser.py#L6
dojo/tools/rapidfire/parser.py:6:22: F401 `datetime.datetime` imported but unused
|
Ruff (E302):
dojo/tools/rapidfire/parser.py#L14
dojo/tools/rapidfire/parser.py:14:1: E302 Expected 2 blank lines, found 1
|
Ruff (D200):
dojo/tools/rapidfire/parser.py#L15
dojo/tools/rapidfire/parser.py:15:5: D200 One-line docstring should fit on one line
|
Ruff (D203):
dojo/tools/rapidfire/parser.py#L15
dojo/tools/rapidfire/parser.py:15:5: D203 1 blank line required before class docstring
|
Ruff (Q000):
dojo/tools/rapidfire/parser.py#L33
dojo/tools/rapidfire/parser.py:33:16: Q000 Single quotes found but double quotes preferred
|
Ruff (Q000):
dojo/tools/rapidfire/parser.py#L39
dojo/tools/rapidfire/parser.py:39:50: Q000 Single quotes found but double quotes preferred
|
Ruff (Q000):
dojo/tools/rapidfire/parser.py#L39
dojo/tools/rapidfire/parser.py:39:81: Q000 Single quotes found but double quotes preferred
|
Ruff (W293):
dojo/tools/rapidfire/parser.py#L56
dojo/tools/rapidfire/parser.py:56:1: W293 Blank line contains whitespace
|
Ruff (Q000):
dojo/tools/rapidfire/parser.py#L58
dojo/tools/rapidfire/parser.py:58:31: Q000 Single quotes found but double quotes preferred
|