Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo:http is yielding a lot of false positives #299

Open
prabhu opened this issue Apr 17, 2024 · 0 comments
Open

cargo:http is yielding a lot of false positives #299

prabhu opened this issue Apr 17, 2024 · 0 comments

Comments

@prabhu
Copy link
Member

prabhu commented Apr 17, 2024

The package name http is matching several CVEs belonging to other ecosystems. Aliasing must be tuned down for cargo packages.

Dependency Scan Results (RUST)
╔════════════════════════════════════════════════════════════════╤════════════════════════════════════╤════════════════════╤═══════════════╤═════════╗
║ Dependency Tree                                                │ Insights                           │ Fix Version        │ Severity      │   Score ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 4.3.6              │ MEDIUM        │     5.0 ║
║ └── actix-http@3.6.0                                           │ 🧾 Vendor Confirmed                │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2015-5262                            │                                    │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 0.3.19             │ MEDIUM        │     5.8 ║
║ └── actix-http@3.6.0                                           │                                    │                    │               │         ║
║     └── http@0.2.12 ⬅ GHSA-j2wh-wrv3-4x4g                      │                                    │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 1.21.9             │ MEDIUM        │     5.0 ║
║ └── actix-http@3.6.0                                           │                                    │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2023-45288                           │                                    │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 0.18.26            │ HIGH          │     7.6 ║
║ └── actix-http@3.6.0                                           │                                    │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2020-5280                            │                                    │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 4.3.5              │ MEDIUM        │     5.0 ║
║ └── actix-http@3.6.0                                           │ 🧾 Vendor Confirmed                │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2014-3577                            │ ❗ Known Exploits                  │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 4.2.3              │ HIGH          │     7.5 ║
║ └── actix-http@3.6.0                                           │ 🧾 Vendor Confirmed                │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2012-6153                            │                                    │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 4.5.13             │ MEDIUM        │     5.3 ║
║ └── actix-http@3.6.0                                           │ 🧾 Vendor Confirmed                │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2020-13956                           │                                    │                    │               │         ║
╟────────────────────────────────────────────────────────────────┼────────────────────────────────────┼────────────────────┼───────────────┼─────────╢
║ actix-web@4.5.1                                                │ 📓 Indirect dependency             │ 0.21.17            │ HIGH          │     7.5 ║
║ └── actix-http@3.6.0                                           │                                    │                    │               │         ║
║     └── http@0.2.12 ⬅ CVE-2021-21294                           │                                    │                    │               │         ║
╚════════════════════════════════════════════════════════════════╧════════════════════════════════════╧════════════════════╧═══════════════╧═════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant