File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ddt = "1.7.0"
85
85
coverage = " 7.3.2"
86
86
flake8 = { version =" 6.1.0" , python =" >=3.8.1" }
87
87
flake8-annotations = { version =" 3.0.1" , python =" >=3.8.1" }
88
- flake8-bugbear = { version =" 23.11.28 " , python =" >=3.8.1" }
88
+ flake8-bugbear = { version =" 23.12.2 " , python =" >=3.8.1" }
89
89
flake8-isort = " 6.1.1"
90
90
flake8-quotes = " 3.3.2"
91
91
flake8-use-fstring = " 1.4"
Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ def test_issue_type(self) -> None:
330
330
XsUri ('https://central.sonatype.org/news/20211213_log4shell_help' )
331
331
]
332
332
)
333
- self .assertEqual (it .type , IssueClassification .SECURITY ),
334
- self .assertEqual (it .id , 'CVE-2021-44228' ),
333
+ self .assertEqual (it .type , IssueClassification .SECURITY )
334
+ self .assertEqual (it .id , 'CVE-2021-44228' )
335
335
self .assertEqual (it .name , 'Apache Log3Shell' )
336
336
self .assertEqual (
337
337
it .description ,
@@ -344,7 +344,7 @@ def test_issue_type(self) -> None:
344
344
'is specific to log4j-core and does not affect log4net, log4cxx, or other Apache Logging '
345
345
'Services projects.'
346
346
)
347
- self .assertEqual (it .source .name , 'NVD' ),
347
+ self .assertEqual (it .source .name , 'NVD' )
348
348
self .assertEqual (it .source .url , XsUri ('https://nvd.nist.gov/vuln/detail/CVE-2021-44228' ))
349
349
self .assertSetEqual (it .references , {
350
350
XsUri ('https://logging.apache.org/log4j/2.x/security.html' ),
You can’t perform that action at this time.
0 commit comments