Skip to content

Commit 89008a4

Browse files
authored
fix: mark cli.py as non-executable (fixes #1590) (#1610)
* mark cli.py as non-executable * add comments indicating the file should not be run directly
1 parent eb410bf commit 89008a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cve_bin_tool/cli.py

100755100644
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44

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+
513
"""
614
This tool scans for a number of common, vulnerable open source components
715
(openssl, libpng, libxml2, expat and a few others) to let you know if your

0 commit comments

Comments
 (0)