Netbox v3.4 in Azure with Trivy Scan is failing #943
Unanswered
bene2342
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy netbox v3.4 in Azure with TrivyScan enable during the pipeline run. Which fails due to the following open CVE's:
===============================================================
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
Node.js (node-pkg)
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
2023-02-08T16:36:19.974Z INFO Table result includes only package filenames. Use '--format json' option to get the full path to the package file.
Python (python-pkg)
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 1, CRITICAL: 0)
+-----------------+------------------+----------+-------------------+---------------+--------------------------------------+
| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE |
+-----------------+------------------+----------+-------------------+---------------+--------------------------------------+
| lxml (METADATA) | CVE-2022-2309 | HIGH | 4.6.5 | 4.9.1 | lxml: NULL Pointer |
| | | | | | Dereference in lxml |
| | | | | | -->avd.aquasec.com/nvd/cve-2022-2309 |
+-----------------+------------------+----------+-------------------+---------------+--------------------------------------+
opt/netbox/netbox/static/drf-yasg/redoc/redoc.min.js (secrets)
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 1)
+----------+-----------------------+----------+---------+---------------------------------------------------------+
| CATEGORY | DESCRIPTION | SEVERITY | LINE NO | MATCH |
+----------+-----------------------+----------+---------+---------------------------------------------------------+
| AWS | AWS Secret Access Key | CRITICAL | 2 | 2:Math.ceil(Number(e))}},{key:*****",value:function(e){ |
+----------+-----------------------+----------+---------+---------------------------------------------------------+
If I disable the trivy the Docker container will be build and pushed but I would prefer to have the affected library lxml updated. Any chance to apply those updates within the official Netbox Docker build?
Beta Was this translation helpful? Give feedback.
All reactions