From cdb54b71d53e8378457822b4a95f1b3fa78b1add Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Tue, 20 Feb 2024 10:17:26 +0100 Subject: fix docs --- docs/api/model.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/api') diff --git a/docs/api/model.md b/docs/api/model.md index 329e92cf..ba8ca387 100644 --- a/docs/api/model.md +++ b/docs/api/model.md @@ -9,12 +9,6 @@ The examples related to this package can be found at [model notebook](./../notebooks/examples/model.ipynb). ``` -```{warning} -Transforming `CPE` records to existing vulnerabilities is handled by [Dataset](https://github.com/crocs-muni/sec-certs/blob/main/sec_certs/dataset/dataset.py) class, `compute_related_cves()` method. - -However, come CVEs are missed due to omitted vulnerable configurations in [CVEDataset](https://github.com/crocs-muni/sec-certs/blob/main/sec_certs/dataset/cve.py) class. We omit configurations that comprise of two components joined with `AND` operator. For closer description, see [issue #252](https://github.com/crocs-muni/sec-certs/issues/252) at GitHub. -``` - ## CPEClassifier ```{eval-rst} @@ -45,4 +39,4 @@ However, come CVEs are missed due to omitted vulnerable configurations in [CVEDa .. currentmodule:: sec_certs.model .. autoclass:: TransitiveVulnerabilityFinder :members: -``` \ No newline at end of file +``` -- cgit v1.3.1