Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more metadata #33

Merged
merged 19 commits into from
Sep 28, 2023
Merged

Add more metadata #33

merged 19 commits into from
Sep 28, 2023

Conversation

wtwhite
Copy link
Collaborator

@wtwhite wtwhite commented Sep 28, 2023

Gets most of the way to resolving #24. After this, the only remaining CVE without a corresponding pov-project.json file is CVE-2019-0225, tracked in #32.

…n, based on `mvn clean test`

fixVersion based on https://nvd.nist.gov/vuln/detail/cve-2018-10237. "-jre" appended based on Guava release naming scheme described at https://github.com/google/guava#adding-guava-to-your-build.
… and manual confirmation with `mvn clean test`
Their info is now in `testSignalWhenVulnerable`:
```
wtwhite@wtwhite-vuw-vm:~/code/xshady$ for d in CVE-*; do if [ -e $d/pov-project.json ]; then echo -n `cat $d/mvn_clean_test.exitstatus`' '; grep testSignalWhenVulnerable $d/pov-project.json; fi; done|sort|uniq -c
     13 0   "testSignalWhenVulnerable": "success",
     15 1   "testSignalWhenVulnerable": "failure",
```
@wtwhite wtwhite self-assigned this Sep 28, 2023
@wtwhite wtwhite merged commit 3cc5046 into main Sep 28, 2023
2 checks passed
@wtwhite wtwhite deleted the add-more-metadata branch September 28, 2023 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant