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

Fix #85 with non-empty redhat security source and empty-list checks. #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2020

  1. Fix eliasgranderubio#85 with non-empty redhat security source and emp…

    …ty-list checks.
    
    The Red Hat security updates are deprecated, and the old source location now contains just an empty directory tree.  This caused Dagda to attempt to push empty lists into the MongoDB, which generated eliasgranderubio#85.  This fix both adds protections on the MongoDB write by not writing empty lists, and by changing the download URL to one that works.  Note that this is a temporary fix, because the Red Hat update indicates that this is still a deprecated source.  The v2 should be used instead.
    groboclown committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    af09b17 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    af9b7dd View commit details
    Browse the repository at this point in the history