gitsafehub
github.com/shashishailaj/warp ↗

shashishailaj/warp

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

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

Leaked secretsVulnerable dependencies18Known OSS vulnerabilities63Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks timed out

API keys, passwords or tokens committed into the repo.

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

via Gitleaks v8.21.2 · MIT

error: timeout after 120s

Vulnerable dependencies — Trivy 18 found

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

  • Worth fixing GHSA-xhj4-vrgc-hr34 actix-http has HTTP/1.1 CL.TE Request Smuggling
    Cargo.lock
    A package you depend on has a known security hole (GHSA-xhj4-vrgc-hr34). Fix: Update that package to its patched version.
  • Worth fixing GHSA-h5x4-m2qf-r4f2 Diesel's SQLite backend has possible UTF-8 corruption
    Cargo.lock
    A package you depend on has a known security hole (GHSA-h5x4-m2qf-r4f2). Fix: Update that package to its patched version.
  • Worth fixing GHSA-ggxf-9f6j-w742 Diesel has possible use after free when deserializing a SQLite database via `SqliteConnection::deserialize_readonly_database`
    Cargo.lock
    A package you depend on has a known security hole (GHSA-ggxf-9f6j-w742). Fix: Update that package to its patched version.
  • Worth fixing GHSA-m9p2-fxp5-v3fp Diesel: Command injection in Diesel's implementation of `COPY FROM`/`COPY TO`
    Cargo.lock
    A package you depend on has a known security hole (GHSA-m9p2-fxp5-v3fp). Fix: Update that package to its patched version.
  • Worth fixing GHSA-q8x8-jrhj-fh9p Diesel: Possible unaligned data access for implementations of `SqliteAggregate`
    Cargo.lock
    A package you depend on has a known security hole (GHSA-q8x8-jrhj-fh9p). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-42327 rust-openssl: rust-openssl: Arbitrary code execution via specially crafted certificate
    Cargo.lock
    A package you depend on has a known security hole (CVE-2026-42327). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-44662 rust-openssl provides OpenSSL bindings for the Rust programming langua ...
    Cargo.lock
    A package you depend on has a known security hole (CVE-2026-44662). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-45784 rust-openssl: rust-openssl: Heap Corruption from Incorrect Buffer Sizing
    Cargo.lock
    A package you depend on has a known security hole (CVE-2026-45784). Fix: Update that package to its patched version.
  • Worth fixing GHSA-4w2j-m93h-cj5j Quinn: Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly
    Cargo.lock
    A package you depend on has a known security hole (GHSA-4w2j-m93h-cj5j). Fix: Update that package to its patched version.
  • Worth fixing GHSA-82j2-j2ch-gfr8 rustls-webpki: Denial of service via panic on malformed CRL BIT STRING
    Cargo.lock
    A package you depend on has a known security hole (GHSA-82j2-j2ch-gfr8). Fix: Update that package to its patched version.
  • Worth fixing GHSA-7gcf-g7xr-8hxj serde_with: KeyValueMap serialization panics on empty sequence or map entries
    Cargo.lock
    A package you depend on has a known security hole (GHSA-7gcf-g7xr-8hxj). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3pv8-6f4r-ffg2 tar has a PAX header desynchronization issue
    Cargo.lock
    A package you depend on has a known security hole (GHSA-3pv8-6f4r-ffg2). Fix: Update that package to its patched version.
  • Worth fixing GHSA-8v4j-7jgf-5rg9 Warp vulnerable to Path Traversal via Improper validation of Windows paths
    Cargo.lock
    A package you depend on has a known security hole (GHSA-8v4j-7jgf-5rg9). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-35922 Rust-WebSocket memory allocation based on untrusted length
    Cargo.lock
    A package you depend on has a known security hole (CVE-2022-35922). Fix: Update that package to its patched version.
  • Minor GHSA-cq8v-f236-94qc Rand is unsound with a custom logger using rand::rng()
    Cargo.lock
    A package you depend on has a known security hole (GHSA-cq8v-f236-94qc). Fix: Update that package to its patched version.
  • Minor GHSA-cq8v-f236-94qc Rand is unsound with a custom logger using rand::rng()
    Cargo.lock
    A package you depend on has a known security hole (GHSA-cq8v-f236-94qc). Fix: Update that package to its patched version.
  • Minor GHSA-965h-392x-2mh5 webpki: Name constraints for URI names were incorrectly accepted
    Cargo.lock
    A package you depend on has a known security hole (GHSA-965h-392x-2mh5). Fix: Update that package to its patched version.
  • Minor GHSA-xgp8-3hg3-c2mh webpki: Name constraints were accepted for certificates asserting a wildcard name
    Cargo.lock
    A package you depend on has a known security hole (GHSA-xgp8-3hg3-c2mh). Fix: Update that package to its patched version.

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 63 found · 1 serious

Your dependencies cross-checked against the OSV vulnerability database.

  • Serious GHSA-w7jw-789q-3m8p shell-quote quote() does not escape newlines in object .op values
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-9277). Fix: Update that package to its patched version.
  • Worth fixing GHSA-xhj4-vrgc-hr34 actix-http has HTTP/1.1 CL.TE Request Smuggling
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0111 Possible UTF-8 corruption in Diesels SQLite backend
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0136 Command injection in Diesel's implementation of `COPY FROM`/`COPY TO`
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0137 Possible unaligned data access for implementations of `SqliteAggregate`
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0172 Possible use after free when deserializing a SQLite database via `SqliteConnection::deserialize_readonly_database`
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-phqj-4mhp-q6mq rust-openssl: Potential out-of-bounds write in `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole (CVE-2026-45784). Fix: Update that package to its patched version.
  • Worth fixing GHSA-xp3w-r5p5-63rr rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole (CVE-2026-42327). Fix: Update that package to its patched version.
  • Worth fixing GHSA-xv59-967r-8726 rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wrap-with-padding
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole (CVE-2026-44662). Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0194 Quadratic run time when checking a start tag for duplicate attribute names
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0195 Unbounded namespace-declaration allocation in `NsReader` enables memory-exhaustion denial of service
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0194 Quadratic run time when checking a start tag for duplicate attribute names
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0195 Unbounded namespace-declaration allocation in `NsReader` enables memory-exhaustion denial of service
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0185 Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole (CVE-2026-25800). Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0189 DNS rebinding vulnerability in rmcp Streamable HTTP server transport
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole (CVE-2026-42559). Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2026-0104 Reachable panic in certificate revocation list parsing
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing GHSA-7gcf-g7xr-8hxj serde_with: KeyValueMap serialization panics on empty sequence or map entries
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
  • Worth fixing RUSTSEC-2022-0035 Unbounded memory allocation based on untrusted length
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/Cargo.lock
    A package you depend on has a known security hole (CVE-2022-35922). Fix: Update that package to its patched version.
  • Worth fixing GHSA-3jxr-9vmj-r5cp brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-13149). Fix: Update that package to its patched version.
  • Worth fixing GHSA-mh99-v99m-4gvg brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-14257). Fix: Update that package to its patched version.
  • Worth fixing GHSA-rgw5-rvv9-x895 brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-69152). Fix: Update that package to its patched version.
  • Worth fixing GHSA-v56q-mh7h-f735 Immutable.js `List` 32-bit trie overflow → unrecoverable DoS
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-59879). Fix: Update that package to its patched version.
  • Worth fixing GHSA-xvcm-6775-5m9r Immutabl: Hash-collision algorithmic complexity denial of service in Immutable.Map/Set
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-59880). Fix: Update that package to its patched version.
  • Worth fixing GHSA-52cp-r559-cp3m js-yaml: YAML merge-key chains can force quadratic CPU consumption
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole (CVE-2026-59869). Fix: Update that package to its patched version.
  • Worth fixing GHSA-5p4m-2wfm-xmqj JS-YAML: Quadratic CPU consumption in !!omap resolution (3.x and 4.x) — CVE-2026-59870 fix not backported
    /workdirs/scan-96cd5dee-42db-497c-86ea-89d9037fd6d6/crates/warp_graphql_schema/yarn.lock
    A package you depend on has a known security hole. Fix: Update that package to its patched version.
… 38 more not shown

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 none found ✓

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

Nothing found by this check. ✓

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.