Skip to content

Commit

Permalink
Only warn about missing CVEs in exploit modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Nov 4, 2021
1 parent 806f563 commit 639bf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev/msftidy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def check_ref_identifiers
end

# This helps us track when CVEs aren't assigned
unless cve_assigned
if !cve_assigned && is_exploit_module?
info('No CVE references found. Please check before you land!')
end
end
Expand Down

0 comments on commit 639bf9f

Please sign in to comment.