@@ -45,7 +45,7 @@ def test_parse_inspector_scan_result(self):
45
45
+ "pkg:golang/github.com/test-namespace/pkg-2@v2.4.0"
46
46
),
47
47
fixed_ver = "pkg-1;pkg-2" ,
48
- fix_availabe = "true" ,
48
+ fix_available = "true" ,
49
49
pkg_path = "/user/local/bin/pkg-1;/tmp/pkg-2" ,
50
50
epss_score = "0.00044" ,
51
51
exploit_available = "true" ,
@@ -62,7 +62,7 @@ def test_parse_inspector_scan_result(self):
62
62
description = "TEST_DESCRIPTION" ,
63
63
installed_ver = "pkg:golang/github.com/test-namespace/pkg-3@v3.0.0" ,
64
64
fixed_ver = "pkg-3" ,
65
- fix_availabe = "true" ,
65
+ fix_available = "true" ,
66
66
pkg_path = "/tmp/pkg-3" ,
67
67
epss_score = "0.00022" ,
68
68
exploit_available = "true" ,
@@ -79,7 +79,7 @@ def test_parse_inspector_scan_result(self):
79
79
description = "TEST_DESCRIPTION" ,
80
80
installed_ver = "pkg:golang/github.com/test-namespace/pkg-5@v5.0.0" ,
81
81
fixed_ver = "pkg-5" ,
82
- fix_availabe = "true" ,
82
+ fix_available = "true" ,
83
83
pkg_path = "/tmp/pkg-5" ,
84
84
epss_score = "0.00022" ,
85
85
exploit_available = "true" ,
@@ -105,7 +105,7 @@ def test_parse_inspector_scan_result(self):
105
105
description = pkg_vuln .NULL_STR ,
106
106
installed_ver = pkg_vuln .NULL_STR ,
107
107
fixed_ver = pkg_vuln .NULL_STR ,
108
- fix_availabe = pkg_vuln .NULL_STR ,
108
+ fix_available = pkg_vuln .NULL_STR ,
109
109
pkg_path = pkg_vuln .NULL_STR ,
110
110
epss_score = pkg_vuln .NULL_STR ,
111
111
exploit_available = pkg_vuln .NULL_STR ,
@@ -131,7 +131,7 @@ def test_parse_inspector_scan_result(self):
131
131
+ "pkg:golang/github.com/test-namespace/pkg-3@v3.0.0"
132
132
),
133
133
fixed_ver = "pkg-2;pkg-3" ,
134
- fix_availabe = "true" ,
134
+ fix_available = "true" ,
135
135
pkg_path = "/tmp/pkg-2;/tmp/pkg-3" ,
136
136
epss_score = "0.00044" ,
137
137
exploit_available = "true" ,
0 commit comments