special case handler

This commit is contained in:
Jonathan Cran 2012-01-31 20:49:08 -06:00
parent c3bd151197
commit a6d59bd823
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def check_single_file(dparts, fparts, f_rel)
has_dd = false
has_rank = true if content =~ /Rank =/
has_dd = true if content =~ /DisclosureDate/
has_dd = true if content =~ /DisclosureDate/ or content =~ /Generic Payload Handler/
show_missing(f, 'ERROR: missing exploit ranking', has_rank)
show_missing(f, 'ERROR: missing disclosure date', has_dd)