Skip to content

"diff" script to compare results with VulnMapper

Dmytro Makovey requested to merge 12-vulnmapper-diff into main

Testing

Assuming GITLAB_TOKEN is set to appropriate PAT that has read access to both triage-scripts-controlled project and VulnMapper-controlled project here's brief version of testing:

TSO_PROJECT=dmakovey/cng-tso VM_PROJECT=gitlab-org/build/cng-security-test \
  bash vulns/vulnmapper_diff.sh fetch # fetches list of issues in both projects

python vulns/vulnmapper_diff.py _data/vm_issues.json _data/tso_issues.json diff

python vulns/vulnmapper_diff.py _data/vm_issues.json _data/tso_issues.json cve-diff

Related issues

Closes #12 (closed)

Edited by Dmytro Makovey

Merge request reports

Loading