trinitor / CVE-Vulnerability-Information-Downloader

Downloads Information from NIST (CVSS), first.org (EPSS), and CISA (Exploited Vulnerabilities) and combines them into one list. Reports from vulnerability scanners like OpenVAS can be enriched with this information to prioritize remediation. The repository also contains a PowerBI template to show how such a dashboard can be created.
136 stars 18 forks source link

Error to execute docker exec -it vulnerability-tables-cron bash /opt/scripts/download.sh #2

Open rfr2023 opened 8 months ago

rfr2023 commented 8 months ago

The error below occurs. It may help:

CVSS scores loop offset 0 CVSS scores loop offset 2000 /opt/scripts/download.sh: line 9: warning: command substitution: ignored null byte in input parse error: Invalid numeric literal at line 1, column 17 parse error: Invalid numeric literal at line 1, column 17 break

Congratulations on the project

mrglaster commented 8 months ago

I have the same problem. Have you found a way to fix this?

rfr2023 commented 8 months ago

I have the same problem. Have you found a way to fix this?

In the CONTENT list I put the following at the end: | tr -d '\000' || true) and where it was 2000, I put 1999.

scubabonsi commented 2 weeks ago

Same Problem...fix does not solve the issue. Randomly offset counting to 4000, 6000 and broke up also CVSS scores loop offset 0 CVSS scores loop offset 2000 parse error: Invalid numeric literal at line 1, column 20 parse error: Invalid numeric literal at line 1, column 20