Skip to content

Commit 02dd3b3

Browse files
authored
fix: update commit query test expectations to include CVE-2020-15866 (#5232)
The commit query seems to be mruby around 2.1.1 so it probably is affected
1 parent e8e8ab9 commit 02dd3b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gcp/api/integration_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,8 @@ def test_query_batch(self):
733733
{},
734734
{
735735
'vulns': [{
736+
'id': 'CVE-2020-15866',
737+
}, {
736738
'id': 'CVE-2020-36401',
737739
}, {
738740
'id': 'CVE-2021-4110',

0 commit comments

Comments
 (0)