Skip to content

Commit 89a5b01

Browse files
committed
Rebase with latest main
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 62f7348 commit 89a5b01

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vulnerabilities/importers/redhat.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ def fetch():
5454
"""
5555
cves = []
5656
page_no = 1
57-
url_template = (
58-
"https://access.redhat.com/hydra/rest/securitydata/cve.json?per_page=10000&page={}"
59-
)
57+
url_template = "https://access.redhat.com/hydra/rest/securitydata/cve.json?per_page=10&page={}"
6058

6159
cve_data = None
6260
while True:

0 commit comments

Comments
 (0)