We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CVE-2014-3153 should map to EDBID 35370, but it doesn't.
Reproducer
gcloud compute --project=${PROJECT} instances create test-1 \ --zone=${ZONE} \ --machine-type=n1-standard-1 \ --subnet=default \ --image=rhel-7-v20190312 \ --image-project=rhel-cloud \ --boot-disk-size=20GB \ --boot-disk-type=pd-standard \ --boot-disk-device-name=instance-3
- hosts: localhost connection: local become: true roles: - cyber-range-target vars: cves_to_test: - CVE-2014-3153
Apply with ansible-playbook site.yml.
ansible-playbook site.yml
git clone https://github.com/redteam-project/exploit-curation lem host assess --curation exploit-curation --kind stride --score 000009
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CVE-2014-3153 should map to EDBID 35370, but it doesn't.
Reproducer
Apply with
ansible-playbook site.yml
.The text was updated successfully, but these errors were encountered: