diff --git a/results/requirements/results.html b/results/requirements/results.html new file mode 100644 index 0000000..a5dd084 --- /dev/null +++ b/results/requirements/results.html @@ -0,0 +1,9 @@ +
OK: apache-airflow==2.8.0 is not affected.
+WARNING: mlflow==2.5.1 is vulnerable!
+OK: torch==2.0.0 is not affected.
+WARNING: aiohttp==3.6.2 is vulnerable!
+OK: flask not found in the vulnerability database.
+OK: numpy not found in the vulnerability database.
+ \ No newline at end of file diff --git a/results/requirements/results.md b/results/requirements/results.md new file mode 100644 index 0000000..91eebe2 --- /dev/null +++ b/results/requirements/results.md @@ -0,0 +1,7 @@ +# Vulnerability Report +* OK: apache-airflow==2.8.0 is not affected. +* WARNING: mlflow==2.5.1 is vulnerable! +* OK: torch==2.0.0 is not affected. +* WARNING: aiohttp==3.6.2 is vulnerable! +* OK: flask not found in the vulnerability database. +* OK: numpy not found in the vulnerability database. diff --git a/results/requirements/results.txt b/results/requirements/results.txt new file mode 100644 index 0000000..0885c01 --- /dev/null +++ b/results/requirements/results.txt @@ -0,0 +1,6 @@ +OK: apache-airflow==2.8.0 is not affected. +WARNING: mlflow==2.5.1 is vulnerable! +OK: torch==2.0.0 is not affected. +WARNING: aiohttp==3.6.2 is vulnerable! +OK: flask not found in the vulnerability database. +OK: numpy not found in the vulnerability database.