aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2022-07-25 20:49:10 +0200
committerAdam Janovsky2022-07-25 20:49:10 +0200
commit90dd279879d9e9c7674ee29b898946f920d36686 (patch)
tree5f8a2b7c42311a72d83f30ad0514ef8849a134fa
parent2961284371d2e9aae3854af3fc2fee28ba1983b7 (diff)
downloadsec-certs-90dd279879d9e9c7674ee29b898946f920d36686.tar.gz
sec-certs-90dd279879d9e9c7674ee29b898946f920d36686.tar.zst
sec-certs-90dd279879d9e9c7674ee29b898946f920d36686.zip
fix typo in docs
-rw-r--r--docs/api/model.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api/model.md b/docs/api/model.md
index 1e48315d..4e7836d2 100644
--- a/docs/api/model.md
+++ b/docs/api/model.md
@@ -13,8 +13,6 @@ The examples related to this package can be found at [model notebook](./../noteb
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` currently ignores
```
## CPEClassifier