requests-kerberos
requests-kerberos copied to clipboard
https://pypi.org/project/kerberos/ contains known vulns and is abandoned
trafficstars
Hello,
From what I've seen https://pypi.org/project/kerberos/ contains known vulns[1] and is abandoned[2].
Given that situation, is there something else we can use for the requirements of requests-kerberos?
[1] - https://osv.dev/vulnerability/PYSEC-2017-49 [2]- "This repository has been archived by the owner on Feb 24, 2024. It is now read-only." https://github.com/apple/ccs-pykerberos
There are a few things to address here
- This library never called
checkPasswordso that CVE doesn't apply here - https://github.com/requests/requests-kerberos/commit/5dfe4b0cdfe5158d81f6644e07862087d4e6f007 changed the dep so it's no longer using kerberos/pykerberos
- requests-gssapi was originally designed as a replacement to this library with a new dependency as well