summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bugzilla4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index 66d3889..fdff490 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -493,8 +493,8 @@ def main():
cve=''
#grab all the flags that are set
for i in b.flag_types:
- for s in i['flags']:
- if s['status']: flags += i['name'] + ":" + str(s['status']) + " "
+ for s in i['flags']:
+ if s['status']: flags += i['name'] + ":" + str(s['status']) + " "
#grab CVEs by searching the keywords and grabbing that bugzilla
if b.keywords.find("Security") != -1:
for bl in b.blocked: