Skip to content

Commit 6f225ee

Browse files
tutou2356terriko
andauthored
test: Add CVE mapping test for GnuTLS 3.8.0 (#4998)
* test: add CVE mapping test for GnuTLS 3.8.0 * style: apply black and flake8 formatting to gnutls.py --------- Co-authored-by: Terri Oda <terri.oda@intel.com>
1 parent 5959270 commit 6f225ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_data/gnutls.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"version_strings": ["gnutls-serv 2.3.11"],
1010
},
1111
{"product": "gnutls", "version": "3.6.15", "version_strings": ["GnuTLS 3.6.15"]},
12+
# New test case
13+
{
14+
"product": "gnutls",
15+
"version": "3.8.0",
16+
"version_strings": ["gnutls-cli 3.8.0", "gnutls-serv 3.8.0", "GnuTLS 3.8.0"],
17+
},
1218
]
1319
package_test_data = [
1420
{

0 commit comments

Comments
 (0)