TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Minefield – Fast SBOM Management, 10k Packages Cached in 30s

2 点作者 snaveen9 个月前
Hi HN! I’m Naveen, and I’d like to introduce Minefield, an open-source tool designed to simplify managing software bills of materials (SBOM) and identifying vulnerabilities in dependencies. It’s built to handle large-scale projects with speed and efficiency.<p>Managing thousands of dependencies and ensuring they are vulnerability-free is daunting, especially in large software projects. Minefield tackles this challenge by providing fast, scalable SBOM management and dependency tracking.<p>Key Features:<p>•Caching Speed: Caches 10,000 SBOM packages’ transitive dependents in just 30 seconds.<p>•Optimized Queries: Runs dependency and circular dependency queries in O(1) time using Roaring Bitmaps.<p>•Highly Scalable: Designed to handle massive amounts of data efficiently with near-instant query times.<p>Minefield stores relationship data using a direct node-to-node graph model and Roaring Bitmaps, ensuring minimal storage overhead and ultra-fast query speeds. This approach allows it to manage massive datasets efficiently without complex node-edge structures.<p>You can check out the project here: <a href="https:&#x2F;&#x2F;github.com&#x2F;bitbomdev&#x2F;minefield">https:&#x2F;&#x2F;github.com&#x2F;bitbomdev&#x2F;minefield</a>.<p>Read the project paper here for more technical details: <a href="https:&#x2F;&#x2F;github.com&#x2F;bitbomdev&#x2F;minefield&#x2F;blob&#x2F;main&#x2F;docs&#x2F;bitbom.pdf">https:&#x2F;&#x2F;github.com&#x2F;bitbomdev&#x2F;minefield&#x2F;blob&#x2F;main&#x2F;docs&#x2F;bitbom...</a><p>I’d love to hear your feedback and ideas on how to improve Minefield! Feel free to open issues, submit PRs, or just leave a comment.

暂无评论

暂无评论