pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-bandit



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar  9 06:56:18 UTC 2024

Modified Files:
        pkgsrc/security/py-bandit: Makefile PLIST distinfo

Log Message:
py-bandit: updated to 1.7.8

1.7.8

* Add a SARIF output formatter
* [B605] Add functions that are vulnerable to shell injection.
* Bump docker/setup-buildx-action from 3.0.0 to 3.1.0
* filter data is safe for tarfile extractall
* Use datetime to avoid updating copyright year
* Add 1.7.7 to versions of bug template
* Bump sigstore/cosign-installer from 3.3.0 to 3.4.0
* Utilize PyPI's trusted publishing
* Incorrect tag naming in readme


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-bandit/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-bandit/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-bandit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-bandit/Makefile
diff -u pkgsrc/security/py-bandit/Makefile:1.7 pkgsrc/security/py-bandit/Makefile:1.8
--- pkgsrc/security/py-bandit/Makefile:1.7      Wed Feb 14 03:37:57 2024
+++ pkgsrc/security/py-bandit/Makefile  Sat Mar  9 06:56:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/02/14 03:37:57 gutteridge Exp $
+# $NetBSD: Makefile,v 1.8 2024/03/09 06:56:18 adam Exp $
 
-DISTNAME=      bandit-1.7.7
+DISTNAME=      bandit-1.7.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bandit/}

Index: pkgsrc/security/py-bandit/PLIST
diff -u pkgsrc/security/py-bandit/PLIST:1.3 pkgsrc/security/py-bandit/PLIST:1.4
--- pkgsrc/security/py-bandit/PLIST:1.3 Mon Dec 11 17:18:36 2023
+++ pkgsrc/security/py-bandit/PLIST     Sat Mar  9 06:56:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/12/11 17:18:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/03/09 06:56:18 adam Exp $
 bin/bandit-${PYVERSSUFFIX}
 bin/bandit-baseline-${PYVERSSUFFIX}
 bin/bandit-config-generator-${PYVERSSUFFIX}
@@ -103,6 +103,9 @@ ${PYSITELIB}/bandit/formatters/html.pyo
 ${PYSITELIB}/bandit/formatters/json.py
 ${PYSITELIB}/bandit/formatters/json.pyc
 ${PYSITELIB}/bandit/formatters/json.pyo
+${PYSITELIB}/bandit/formatters/sarif.py
+${PYSITELIB}/bandit/formatters/sarif.pyc
+${PYSITELIB}/bandit/formatters/sarif.pyo
 ${PYSITELIB}/bandit/formatters/screen.py
 ${PYSITELIB}/bandit/formatters/screen.pyc
 ${PYSITELIB}/bandit/formatters/screen.pyo

Index: pkgsrc/security/py-bandit/distinfo
diff -u pkgsrc/security/py-bandit/distinfo:1.4 pkgsrc/security/py-bandit/distinfo:1.5
--- pkgsrc/security/py-bandit/distinfo:1.4      Wed Jan 24 06:50:34 2024
+++ pkgsrc/security/py-bandit/distinfo  Sat Mar  9 06:56:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/01/24 06:50:34 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/03/09 06:56:18 adam Exp $
 
-BLAKE2s (bandit-1.7.7.tar.gz) = d5eb89190ef459310d4ce4065299dc352104731b5db35f56cc1cb297d80fe33b
-SHA512 (bandit-1.7.7.tar.gz) = 32682a9a4c54532be398444799bc6d46d06e2806d3e3e851dd09f0151b21df5974eaa4c940307f32cd6c58b36b99a361cbd8c48f189c27071565be6de63b0db5
-Size (bandit-1.7.7.tar.gz) = 1980358 bytes
+BLAKE2s (bandit-1.7.8.tar.gz) = 96494d38c9b1afd75241f06e1f26b4a8fc82e1d75ce378cf81d91266bc54d1e8
+SHA512 (bandit-1.7.8.tar.gz) = a9fb2e052018eaff77617f0b9aded2e42f2e50f8ff08d273597a686376e2f621f0f7be7efbb273380155a8bbf2aed4c7f15e48b5652544122d5b9766a4dc1cc1
+Size (bandit-1.7.8.tar.gz) = 1983678 bytes



Home | Main Index | Thread Index | Old Index