diff options
| author | Adam Janovsky | 2022-04-18 13:26:50 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-04-18 13:26:50 +0200 |
| commit | 11d63cdf9a85ff1c1504a9e199aaf4ad25f157cf (patch) | |
| tree | dafa19d247915f45744b1e42f11fb8d6429b79c5 | |
| parent | 7cd80beb3014cab090f9ea3a949fb4309e407c28 (diff) | |
| download | sec-certs-11d63cdf9a85ff1c1504a9e199aaf4ad25f157cf.tar.gz sec-certs-11d63cdf9a85ff1c1504a9e199aaf4ad25f157cf.tar.zst sec-certs-11d63cdf9a85ff1c1504a9e199aaf4ad25f157cf.zip | |
update sar corr readme
| -rw-r--r-- | data/sar_correlations/readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/sar_correlations/readme.md b/data/sar_correlations/readme.md index cc6f07e7..6695d4f1 100644 --- a/data/sar_correlations/readme.md +++ b/data/sar_correlations/readme.md @@ -4,4 +4,6 @@ - In the first row, correlation between `EAL` and `(n_cves, worst_cve)` is displayed. - Collumn `support` shows number of rows with non-zero entry in the correlated column. - `all_certs_sar_cve_corr.csv` computes correlations on all certificates -- `vuln_rich_certs_sar_cve_corr.csv` computes correlations only on the certificates with `>0` vulnerabilities.
\ No newline at end of file +- `vuln_rich_certs_sar_cve_corr.csv` computes correlations only on the certificates with `>0` vulnerabilities. +- The csvs only show rows where one of the values is not `NaN` (due to missing data). +- Empty cell means that the value is `NaN` due to missing data and correlation is meaningless.
\ No newline at end of file |
