We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb410bf commit 89008a4Copy full SHA for 89008a4
cve_bin_tool/cli.py
100755
100644
@@ -2,6 +2,14 @@
2
# SPDX-License-Identifier: GPL-3.0-or-later
3
4
5
+# This file is not meant to be run directly.
6
+# It should be properly installed so the checkers will load correctly.
7
+# Refer to:
8
+# manual (https://cve-bin-tool.readthedocs.io/en/latest/MANUAL.html)
9
+# on how to use the tool, or
10
+# installation guide (https://cve-bin-tool.readthedocs.io/en/latest/README.html#installing-cve-binary-tool)
11
+# on how to install the tool.
12
+
13
"""
14
This tool scans for a number of common, vulnerable open source components
15
(openssl, libpng, libxml2, expat and a few others) to let you know if your
0 commit comments