@@ -196,15 +196,14 @@ def test_expat_2_0_1(self):
196
196
"CVE-2012-0876" ,
197
197
# Check for other issues from more recent versions
198
198
# 2.1
199
- "CVE-2016-0718" ,
200
199
# "CVE-2016-4472",
201
200
# "CVE-2016-5300",
202
201
# "CVE-2012-6702",
203
202
# "CVE-2015-1283",
204
203
# 2.2
205
204
# "CVE-2017-9233",
206
205
# "CVE-2016-9063",
207
- "CVE-2016-0718" ,
206
+ # "CVE-2016-0718", Changed in nvd1.1 to not be caught
208
207
# "CVE-2017-11742",
209
208
],
210
209
["CVE-blahblah" ],
@@ -225,7 +224,7 @@ def test_expat_deb_2_2_0(self):
225
224
""" Test detection of expat 2.2 debian package """
226
225
self ._file_test (
227
226
"http://http.us.debian.org/debian/pool/main/e/expat/" ,
228
- "libexpat1_2.2.0-2+deb9u1_amd64 .deb" ,
227
+ "libexpat1_2.2.0-2+deb9u3_amd64 .deb" ,
229
228
"expat" ,
230
229
"2.2.0" ,
231
230
)
@@ -263,7 +262,11 @@ def test_kerberos_1_15_1(self):
263
262
"test-kerberos-5-1.15.1.out" ,
264
263
"kerberos" ,
265
264
"5-1.15.1" ,
266
- ["CVE-2017-11462" , "CVE-2017-11368" , "CVE-2018-5730" ],
265
+ [
266
+ "CVE-2017-11462" ,
267
+ "CVE-2017-11368" ,
268
+ # "CVE-2018-5730" affected by bug #1
269
+ ],
267
270
["CVE-2019-3823" ],
268
271
)
269
272
@@ -272,7 +275,7 @@ def test_kerberos_rpm_1_15_1(self):
272
275
""" Test detection of krb5-libs (kerberos libraries) from Centos """
273
276
self ._file_test (
274
277
"http://mirror.centos.org/centos/7/os/x86_64/Packages/" ,
275
- "krb5-libs-1.15.1-34.el7 .i686.rpm" ,
278
+ "krb5-libs-1.15.1-37.el7_6 .i686.rpm" ,
276
279
"kerberos" ,
277
280
"1.15.1" ,
278
281
)
@@ -555,7 +558,7 @@ def test_systemd_rpm_219(self):
555
558
""" test detection of a systemd 219 rpm from centos 7 """
556
559
self ._file_test (
557
560
"http://mirror.centos.org/centos/7/os/x86_64/Packages/" ,
558
- "systemd-219-62 .el7.x86_64.rpm" ,
561
+ "systemd-219-67 .el7.x86_64.rpm" ,
559
562
"systemd" ,
560
563
"219" ,
561
564
)
0 commit comments