jkaluza / freshmaker

Forked from freshmaker 6 years ago
Clone

92e2c17 Convert security data api to a bugzilla api.

Authored and Committed by ralph 5 years ago
    Convert security data api to a bugzilla api.
    
    Turns out we have a race condition with the security data api.  It only gets
    updated an hour or so after the advisory ships and we get triggered.  This
    means that in practice, freshmaker would never trigger since it would always
    come up with "unknown" for the severity on any event.
    
    This moves the code to query bugzilla instead, which is the source of the
    severity information.
    
        
freshmaker/bugzilla.py freshmaker/security_data.py
file renamed
+55 -19
file modified
+3 -3
file modified
+3 -4
file modified
+1 -0
file added
+101
file modified
+2 -2