Skip to content

Commit

Permalink
No shebang (#1142)
Browse files Browse the repository at this point in the history
* Removed shebang from checker files
* Formatted removal of shebang
  • Loading branch information
CabTheProgrammer committed Apr 28, 2021
1 parent 38bb285 commit ba58432
Show file tree
Hide file tree
Showing 68 changed files with 3 additions and 73 deletions.
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/avahi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for avahi
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/bash.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for bash
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/bind.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for bind
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/binutils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for binutils
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/busybox.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for busybox
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/bzip2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for bzip2
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/cups.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for cups
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/curl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for curl CLI
Expand Down
2 changes: 0 additions & 2 deletions cve_bin_tool/checkers/dnsmasq.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/python3

"""
CVE checker for dnsmasq
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/dovecot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for dovecot
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/expat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3
# pylint: disable=anomalous-backslash-in-string, invalid-name
r"""
CVE checker for libexpat
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/ffmpeg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for ffmpeg
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/freeradius.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for freeradius
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/gcc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for gcc
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/gimp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for gimp
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/glibc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3
import re

from packaging.version import parse
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/gnutls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/env python3
"""
CVE checker for GnuTLS
References:
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/haproxy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for haproxy
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/hostapd.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for hostapd
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/icecast.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for icecast
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/icu.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for icu CLI
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/irssi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for irssi
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/kerberos.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for kerberos (CLI/library)
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libarchive.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libarchive
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libcurl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libcurl
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libdb (berkeley db)
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libjpeg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3
# pylint: disable=invalid-name

"""
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libnss.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libnss
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libsndfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libsndfile
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libtiff.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libtiff
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libvirt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libvirt
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/libxslt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for libxslt
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/lighttpd.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for lighttpd
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/mariadb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for mariadb CLI
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/memcached.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for memcached
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/mysql.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for mysql CLI
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/ncurses.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for Ncurses
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/nessus.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for nessus
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/netpbm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for netpbm
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/nginx.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for nginx
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/node.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for node.js
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/openafs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for openafs
Expand Down
7 changes: 3 additions & 4 deletions cve_bin_tool/checkers/openjpeg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later


"""
CVE checker for openjpeg
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/openldap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for openldap
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/openssh.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for openssh
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/openssl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for openssl
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/openswan.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for openswan
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/openvpn.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for openvpn
Expand Down
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/p7zip.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: GPL-3.0-or-later

#!/usr/bin/python3

"""
CVE checker for P7zip
Expand Down
Loading

0 comments on commit ba58432

Please sign in to comment.