-
Notifications
You must be signed in to change notification settings - Fork 81
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
[FR] Add Debian/Ubuntu errata information via ATIX AG errata_server #634
Comments
There is native support for Debian errata in #633 if you want to test that branch. Support for Ubuntu errata is also in the works. |
AH! Many thanks for the hint! Debian covers 99.9% of all I need atm actually. I'd love to try, but after starting the container with a fresh (empty) setup the server returns the following error multiple times and does not come up:
|
I added some fixes, can you try again? How are you running it? |
Hey! What exactly do you mean by "How are you running it?"
But I think, there is no problem here, it is working fine so far in principle... Nevertheless, your changes made some progress! Now, the main error message changed to:
See first part of log:
|
Ok, that taggit commit needs some work.. I've removed it from the errata branch, as it's not necessary there. Can you try again? |
Many thanks! The server is starting now and seems to work so far. I then added a Debian client and issued the following command: The server starts to download the correct package repos, but I get one message:~ Do I have to add something to the EDIT: |
That is just a warning, it can be ignored. python-apt was yanked from pypi with no plans to reinstate it, so it can only be installed from deb: https://answers.launchpad.net/ubuntu/+source/python-apt/+question/707491 There is a binary upload here: https://pypi.org/project/python-apt-binary/#history but I have not tested it. |
Debian bug report (closed): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932838 |
Yes, you're right! I did manage to get it to load using the Debian base image and a little bit of tweaking, but I get a warning with some repositories still and am not sure how to deal with it::
|
So, this is how it looks today: According to this we have two machines with security relevant updates available. That looks very fine so far. Many thanks! Question: Is it possible to actually see the associated CVE or get a link to the security message in the Debian mailing list? I thought that I might get the detail information when I click on the package or as a separate column in the table shown but I don't or maybe I simply did not find it. It would be very helpful to "enrich" the single "Security" information with the official data describing the security problem in detail. |
Hi!
It would be nice if you could add the Errata data for Debian/Ubuntu, which can be provided via the errata_server in JSON from ATIX AG:
https://github.com/ATIX-AG/errata_server
https://github.com/ATIX-AG/errata_parser
I made a docker stack to fire up a locally hosted solution in no time:
https://github.com/pandel/docker-atix-errata
You find the API description at the end of the README.md here.
Regards,
Holger
The text was updated successfully, but these errors were encountered: