-
Notifications
You must be signed in to change notification settings - Fork 33
Add CVE-2014-0160 #10
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
base: main
Are you sure you want to change the base?
Conversation
CVE-2014-0160/cvex.yml
Outdated
@@ -0,0 +1,8 @@ | |||
blueprint: debian7-debian7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need Debian only for ifupdown to configure network interfaces? Where is that in the code? Why not to use Ubuntu's /etc/netplan? If you really need Debian 7, please also provide a pull request for a new blueprint in https://github.com/ucsb-seclab/CVEX.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will submit a corresponding pull request to the other repo. Debian doesn't support netplan since it is Ubuntu specific.
I can't find any reference to Debian in the description of CVE-2014-0160. Do we really need it? I tried to run it on Ubuntu and the
I fixed the GCC installation in debian1.yml:
After that,
Running However,
Is the build Debian-specific? I am not sure. |
This pull request depends on patches to CVEX to add a Debian image and support for ifupdown interface configuration.