From 07e3534bebf34255d0f97846ae2e73f4fb82d54b Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Thu, 23 May 2024 03:54:45 +0000 Subject: [PATCH] Fix integration tests As forseen in https://github.com/google/osv.dev/pull/2213#issuecomment-2111818642, these mruby CVEs have reappeared. --- gcp/api/integration_tests.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gcp/api/integration_tests.py b/gcp/api/integration_tests.py index 295f9fc5ba5..4c0e84d8b5e 100644 --- a/gcp/api/integration_tests.py +++ b/gcp/api/integration_tests.py @@ -669,18 +669,28 @@ def test_query_batch(self): { 'vulns': [{ 'id': 'CVE-2020-15866', + }, { + 'id': 'CVE-2020-36401', }, { 'id': 'CVE-2021-4110', + }, { + 'id': 'CVE-2021-4188', }, { 'id': 'CVE-2021-46020', }, { 'id': 'CVE-2021-46023', + }, { + 'id': 'CVE-2022-0080', }, { 'id': 'CVE-2022-0240', }, { 'id': 'CVE-2022-0326', }, { 'id': 'CVE-2022-0481', + }, { + 'id': 'CVE-2022-0525', + }, { + 'id': 'CVE-2022-0570', }, { 'id': 'CVE-2022-0614', }, { @@ -691,10 +701,18 @@ def test_query_batch(self): 'id': 'CVE-2022-0631', }, { 'id': 'CVE-2022-0632', + }, { + 'id': 'CVE-2022-0717', }, { 'id': 'CVE-2022-0890', + }, { + 'id': 'CVE-2022-1071', + }, { + 'id': 'CVE-2022-1106', }, { 'id': 'CVE-2022-1201', + }, { + 'id': 'CVE-2022-1212', }, { 'id': 'CVE-2022-1276', }, {