modules/recon/grep/ssn.rb in arachni-0.4.1.3 vs modules/recon/grep/ssn.rb in arachni-0.4.2

- old
+ new

@@ -1,7 +1,7 @@ =begin - Copyright 2010-2012 Tasos Laskos <tasos.laskos@gmail.com> + Copyright 2010-2013 Tasos Laskos <tasos.laskos@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -41,10 +41,10 @@ targets: %w(Generic), references: { 'ssa.gov' => 'http://www.ssa.gov/pubs/10064.html' }, issue: { - name: %q{Disclosed US Social Security Number.}, + name: %q{Disclosed US Social Security Number (SSN)}, description: %q{A US Social Security Number is being disclosed.}, cwe: '200', severity: Severity::HIGH, remedy_guidance: %q{Remove all SSN occurrences from the page.}, }