File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # import datetime
1+ from dojo .models import Finding , Test
2+ from dojo .tools .reversinglabs_spectraassure .parser import ReversinglabsSpectraassureParser
3+ from unittests .dojo_test_case import DojoTestCase , get_unit_tests_scans_path
24
35"""
46run with:
5- - ./run-unittest.sh --test-case unittests.tools.test_reversinglabs_spectraassure_parser.TestReversingLabsSpectraAssureParser
7+
8+ ./run-unittest.sh --test-case
9+ unittests.tools.test_reversinglabs_spectraassure_parser.TestReversingLabsSpectraAssureParser
610
711FD13-FullUSb.zip: finds no vulnerabilities
812putty_win_x64-0.80.exe: finds only one vulnerability
913HxDSetup_2.5.0.exe: has multiple components with the same name but different sha256 (different languages)
1014
1115"""
1216
13- from dojo .models import (
14- # Engagement,
15- Finding ,
16- # Product,
17- Test ,
18- )
19- from unittests .dojo_test_case import (
20- DojoTestCase ,
21- get_unit_tests_scans_path ,
22- )
23-
24- from dojo .tools .reversinglabs_spectraassure .parser import (
25- ReversinglabsSpectraassureParser ,
26- )
27-
2817_WHERE = "reversinglabs_spectraassure"
2918
3019_FILES = [
You can’t perform that action at this time.
0 commit comments