gitsafehub
github.com/0x19/telapi-python ↗

0x19/telapi-python

scanned 2026-08-11 · git c93c378
3 of 6 checks flagged a security issue
🔴 Needs attention
Only 5 of 6 checks finished — treat this as provisional. Re-check ↻

Informational scan, not a security audit. How this is computed.

Leaked secretsVulnerable dependencies13Known OSS vulnerabilities14Risky code patternsMalicious dependencies2Project health

Security checks

Leaked secrets — Gitleaks none found ✓

API keys, passwords or tokens committed into the repo.

Nothing found by this check. ✓

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 13 found

Packages you depend on that have known security holes (CVEs).

  • Worth fixing CVE-2026-30922 pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion
    requirements.txt
    A package you depend on has a known security hole (CVE-2026-30922). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-59884 python-pyasn1: pyasn1: Denial of Service via crafted BER input
    requirements.txt
    A package you depend on has a known security hole (CVE-2026-59884). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-59885 pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER
    requirements.txt
    A package you depend on has a known security hole (CVE-2026-59885). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-59886 pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values
    requirements.txt
    A package you depend on has a known security hole (CVE-2026-59886). Fix: Update that package to its patched version.
  • Worth fixing CVE-2018-18074 python-requests: Redirect from HTTPS to HTTP does not remove Authorization header
    requirements.txt
    A package you depend on has a known security hole (CVE-2018-18074). Fix: Update that package to its patched version.
  • Worth fixing CVE-2014-1829 python-requests: redirect can expose netrc password
    requirements.txt
    A package you depend on has a known security hole (CVE-2014-1829). Fix: Update that package to its patched version.
  • Worth fixing CVE-2014-1830 python-requests: Proxy-Authorization header leak
    requirements.txt
    A package you depend on has a known security hole (CVE-2014-1830). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-35195 requests: subsequent requests to the same host ignore cert verification
    requirements.txt
    A package you depend on has a known security hole (CVE-2024-35195). Fix: Update that package to its patched version.
  • Worth fixing CVE-2024-47081 requests: Requests vulnerable to .netrc credentials leak via malicious URLs
    requirements.txt
    A package you depend on has a known security hole (CVE-2024-47081). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-25645 requests: Requests: Security bypass due to predictable temporary file creation
    requirements.txt
    A package you depend on has a known security hole (CVE-2026-25645). Fix: Update that package to its patched version.
  • Worth fixing CVE-2020-13757 python-rsa: decryption of ciphertext leads to DoS
    requirements.txt
    A package you depend on has a known security hole (CVE-2020-13757). Fix: Update that package to its patched version.
  • Worth fixing CVE-2020-25658 python-rsa: bleichenbacher timing oracle attack against RSA decryption
    requirements.txt
    A package you depend on has a known security hole (CVE-2020-25658). Fix: Update that package to its patched version.
  • Worth fixing CVE-2016-1494 The verify function in the RSA package for Python (Python-RSA) before ...
    requirements.txt
    A package you depend on has a known security hole (CVE-2016-1494). Fix: Update that package to its patched version.

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 14 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing PYSEC-2026-2263 pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deep
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2026-30922). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-3455 pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets without an upper bound on the t
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2026-59884). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-3456 pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a sm
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2026-59885). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-3457 pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER,
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2026-59886). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2014-13 Requests (aka python-requests) before 2.3.0 allows remote servers to obtain a netrc password by reading the Authorization header in a redirected request.
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2014-1829). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2014-14 Requests (aka python-requests) before 2.3.0 allows remote servers to obtain sensitive information by reading the Proxy-Authorization header in a redirected request.
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2014-1830). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2018-28 The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to dis
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2018-18074). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1872 Requests vulnerable to .netrc credentials leak via malicious URLs
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2024-47081). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-1873 Requests `Session` object does not verify requests after making first request with verify=False
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2024-35195). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2026-2275 Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system te
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2026-25645). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2016-10 The verify function in the RSA package for Python (Python-RSA) before 3.3 allows attackers to spoof signatures with a small public exponent via crafted signature padding, aka a BERserk attack.
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2016-1494). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2020-100 It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA.
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2020-25658). Fix: Update that package to its patched version.
  • Worth fixing PYSEC-2020-99 Python-RSA before 4.1 ignores leading '\0' bytes during decryption of ciphertext. This could conceivably have a security-relevant impact, e.g., by helping an attacker to infer that an application uses
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2020-13757). Fix: Update that package to its patched version.
  • FYI PYSEC-2015-17 The resolve_redirects function in sessions.py in requests 2.1.0 through 2.5.3 allows remote attackers to conduct session fixation attacks via a cookie without a host value in a redirect.
    /workdirs/scan-07e29971-38e2-4274-b43b-9b7fb6e403e5/requirements.txt
    A package you depend on has a known security hole (CVE-2015-2296). Fix: Update that package to its patched version.

via OSV-Scanner v1.9.2 · Apache-2.0

Risky code patterns — Semgrep none found ✓

Code that can be exploited: injection, hardcoded credentials and similar.

Nothing found by this check. ✓

via Semgrep v1.147.0 · LGPL-2.1

Malicious dependencies — Guarddog 2 found · 1 serious

Packages that look intentionally malicious: typosquats, sneaky install scripts.

  • Serious guarddog-pypi-exfiltrate-sensitive-data exfiltrate-sensitive-data match in requests 0.13.1
    requests
    A dependency shows signs of being intentionally malicious (typosquat, hidden install script, etc.). Fix: Don’t install it until you’ve verified the package. Consider removing it.
  • Worth fixing guarddog-pypi-obfuscation obfuscation match in requests 0.13.1
    requests
    A dependency shows signs of being intentionally malicious (typosquat, hidden install script, etc.). Fix: Don’t install it until you’ve verified the package. Consider removing it.

via Guarddog v2.10.0 · Apache-2.0

Project health

A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.

Project health — OpenSSF Scorecard didn’t run

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OpenSSF Scorecard · Apache-2.0

About these results. Six open-source checks ran in parallel; every finding is tagged with the tool that produced it. The verdict follows a published rule. False positives and false negatives are normal — a clean scan does not mean the code is secure, and a red verdict does not mean the project is compromised.