aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/data/sar_correlations/readme.md
blob: 6695d4f1d3771c7ff262e3af7eb8206bde8273d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
## Correlations between SARs and CVEs

- Dataframes (in csv) with Pearson's correlation coefficient between [CC SARs](https://www.commoncriteriaportal.org/files/ccfiles/CCPART1V3.1R5.pdf) and two variables: `(n_cves, worst_cve)`.
- 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.
- 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.