dependency-check/DependencyCheck

Support for NIST 2.0 data feeds

已关闭

#7,514 创建于 2025年3月10日

 (8 条评论) (0 个反应) (0 位负责人)Java (1,419 个派生)github user discovery
documentationenhancementgood first issuehelp wanted

仓库指标

星标
 (7,664 个星标)
PR 合并指标
 (平均合并 5天 11小时) (30 天内合并 2 个 PR)

描述

Is your feature request related to a problem? Please describe. The current usage of NIST 2.0 APIs causes issues in some corporate environments, such as air-gapped.

Describe the solution you'd like Using the NIST data feed is much easier to handle in such an environment as creating an mirror of the feeds is easier than "api-mirror". NIST has recently announced (see https://www.nist.gov/itl/nvd) that they will support 2.0 data feeds in parallell with the 2.0 APIs. So the possibility to use the new 2.0 data feeds instead of the 2.0 APIs would we great!

Describe alternatives you've considered An alternative solution could be to set up an internal centralized vuln database which we create from the data feeds, and have dep-check use that database. However, that would require centralized management instead of just creating a self-contained container image.

Additional context n/a

贡献者指南