mirror of
https://github.com/cve-search/vulnerability-lookup.git
synced 2024-12-26 23:47:27 +00:00
chg: [documentation] Updated documentation and README.
Some checks are pending
MyPy / Python 3.10 sample (push) Waiting to run
MyPy / Python 3.11 sample (push) Waiting to run
API Test / Python 3.10 sample (push) Waiting to run
API Test / Python 3.11 sample (push) Waiting to run
Models Tests / Python 3.10 sample (push) Waiting to run
Models Tests / Python 3.11 sample (push) Waiting to run
Models Tests / Python 3.12 sample (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
MyPy / Python 3.12 sample (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Waiting to run
API Test / Python 3.12 sample (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Blocked by required conditions
Some checks are pending
MyPy / Python 3.10 sample (push) Waiting to run
MyPy / Python 3.11 sample (push) Waiting to run
API Test / Python 3.10 sample (push) Waiting to run
API Test / Python 3.11 sample (push) Waiting to run
Models Tests / Python 3.10 sample (push) Waiting to run
Models Tests / Python 3.11 sample (push) Waiting to run
Models Tests / Python 3.12 sample (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
MyPy / Python 3.12 sample (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Waiting to run
API Test / Python 3.12 sample (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Blocked by required conditions
This commit is contained in:
parent
e8cad50cef
commit
d28a58de15
3 changed files with 10 additions and 14 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources,
|
||||
independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
|
||||
Vulnerability Lookup is also a collaborative platform where users can comment on security advisories and create bundles.
|
||||
Vulnerability-Lookup is also a collaborative platform where users can comment on security advisories and create bundles.
|
||||
|
||||
A Vulnerability-Lookup instance operated by [CIRCL](https://www.circl.lu)
|
||||
is available at [https://vulnerability.circl.lu](https://vulnerability.circl.lu).
|
||||
|
|
|
@ -5,7 +5,7 @@ API v1
|
|||
|
||||
|
||||
`PyVulnerabilityLookup <https://github.com/cve-search/PyVulnerabilityLookup>`_
|
||||
is a Python library to access Vulnerability-Lookup its REST API.
|
||||
is a Python library to access Vulnerability-Lookup via its REST API.
|
||||
|
||||
|
||||
OpenAPI specification
|
||||
|
|
|
@ -63,12 +63,11 @@ Vulnerability-Lookup
|
|||
Presentation
|
||||
------------
|
||||
|
||||
Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources,
|
||||
independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
|
||||
`Vulnerability-Lookup <https://www.vulnerability-lookup.org>`_ facilitates quick correlation of vulnerabilities
|
||||
from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
|
||||
Vulnerability-Lookup is also a collaborative platform where users can comment on security advisories and create bundles.
|
||||
|
||||
A Vulnerability Lookup instance operated by `CIRCL <https://www.circl.lu>`_
|
||||
is available at https://vulnerability.circl.lu.
|
||||
A Vulnerability-Lookup instance operated by `CIRCL <https://www.circl.lu>`_ is available at https://vulnerability.circl.lu.
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
@ -82,7 +81,7 @@ Features
|
|||
- **Comments**: Ability to add, review and share comments on vulnerability advisories.
|
||||
- **Bundles**: Possibility to create bundles of vulnerability advisories with a description.
|
||||
- **RSS/Atom**: An extensive RSS and Atom support for vulnerabilities and comments.
|
||||
- **EPSS**: Integration of the Exploit Prediction Scoring System score.
|
||||
- **EPSS**: Integration of the Exploit Prediction Scoring System.
|
||||
|
||||
|
||||
.. image:: _static/img/vulnerability-lookup.png
|
||||
|
@ -90,14 +89,11 @@ Features
|
|||
:target: _static/img/vulnerability-lookup.png
|
||||
|
||||
|
||||
Why Vulnerability-Lookup ?
|
||||
--------------------------
|
||||
Contributing
|
||||
------------
|
||||
|
||||
Vulnerability-Lookup is a rewritten version of cve-search, an open-source tool initially aimed at maintaining a local CVE database.
|
||||
The original cve-search had design and scalability limitations, and its public instance operated by CIRCL is maxing out at 20,000 queries per second.
|
||||
|
||||
As vulnerability sources have diversified beyond the NVD CVE, a new tool was needed to support the CVD process,
|
||||
allowing for bundling, commenting, publishing, and extending vulnerability information in a collaborative manner.
|
||||
If you are interested in contributing to Vulnerability-Lookup, take a look at
|
||||
`the official repository <https://github.com/cve-search/vulnerability-lookup>`_.
|
||||
|
||||
|
||||
Contact
|
||||
|
|
Loading…
Reference in a new issue