security/py-badkeys: Add new port
badkeys is a tool and a library to check cryptographic public keys for known vulnerabilities.
This commit is contained in:
parent
9910461e79
commit
2d756eb15a
4 changed files with 34 additions and 0 deletions
|
@ -841,6 +841,7 @@
|
|||
SUBDIR += py-azure-keyvault-certificates
|
||||
SUBDIR += py-azure-keyvault-keys
|
||||
SUBDIR += py-azure-keyvault-secrets
|
||||
SUBDIR += py-badkeys
|
||||
SUBDIR += py-base58
|
||||
SUBDIR += py-bcrypt
|
||||
SUBDIR += py-bitbox02
|
||||
|
|
22
security/py-badkeys/Makefile
Normal file
22
security/py-badkeys/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PORTNAME= badkeys
|
||||
DISTVERSION= 0.0.5
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= otis@FreeBSD.org
|
||||
COMMENT= Tool to check public keys for known vulnerabilities
|
||||
WWW= https://github.com/badkeys/badkeys
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-badkeys/distinfo
Normal file
3
security/py-badkeys/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1673469302
|
||||
SHA256 (badkeys-0.0.5.tar.gz) = b4f0e8bc0fca685746a1ef3a2329f976fabd780635896c7f7c296e3c52c86b56
|
||||
SIZE (badkeys-0.0.5.tar.gz) = 370857
|
8
security/py-badkeys/pkg-descr
Normal file
8
security/py-badkeys/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Tool and library to check cryptographic public keys for known vulnerabilities.
|
||||
|
||||
badkeys can directly scan SSH and TLS hosts and automatically check their
|
||||
public keys.
|
||||
|
||||
This work was funded in part by Industriens Fond through the CIDI project
|
||||
(Cybersecure IOT in Danish Industry) and in part by the Center for Information
|
||||
Security and Trust (CISAT) at the IT University of Copenhagen, Denmark.
|
Loading…
Reference in a new issue