国家漏洞数据库REST风格的高速缓存(NVD)数据
- 资源大小:4.44 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
xml
REST
cve
NVD
资 源 简 介
What is nvdCache?
This is a REST style cache for data found in the National Vulnerability Database (NVD). It uses MySQL as the DB, but this could be any DB provided the common DB functions are adjusted. It receives requests via post variables in the calling URL and returns XML describing the item. This was created to provide an XML feed for single NVD items rather than the current NVD "feed" method (bulk). It has a secondary goal to be separate source of the NVD data if NVD goes down (the cache part of the name).
If you have any questions please email hurskgroup@hursk.com
文 件 列 表
nvdCache_BETA_0.3
cacheStats.php
common_functions.php
config.php
cve.php
db_functions.php
index.php
nvdCache_db.sql
updateCache.php