Stano told me David Kranz told him we should rebuild only advisories with certain security_impact level at the beginning. This makes it possible.
+1
A suggestion to simplify this piece of code by using any.
any
if not isinstance(value_rule, list): value_rule = [value_rule] if not any((re.compile(r).match(value) for r in value_rule)): return False
LGTM
rebased
DId what cqi suggested. Will merge once the tests pass.
Pull-Request has been merged by jkaluza
Stano told me David Kranz told him we should rebuild only advisories with certain security_impact level at the beginning. This makes it possible.