Sha256: 4307fa9b9c5a2451e1126419a94f6c2374585a9175da997bf255b4848f6a5fa0
Contents?: true
Size: 889 Bytes
Versions: 19
Compression:
Stored size: 889 Bytes
Contents
module Dawn module Kb class NotRevisedCode include PatternMatchCheck def initialize super({:name=>"Not revised code", :cvss=>"", :release_date=>nil, :cwe=>"", :owasp=>"", :applies=>["sinatra", "rails", "padrino"], :kind=>Dawn::KnowledgeBase::PATTERN_MATCH_CHECK, :message=>"Analyzing comments, it seems your code is waiting from some review from you. Please consider take action before putting it in production.\nThis check will analyze the source code looking for the following patterns: XXX, TO_CHECK, CHECKME, CHECK and FIXME", :mitigation=>"Please review the file fixing the issue.", :attack_pattern => ["XXX", "TO_CHECK", "CHECKME", "CHECK", "FIXME"] }) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems