modules/audit/rfi.rb in arachni-0.4.1.3 vs modules/audit/rfi.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 @@ -115,10 +115,10 @@ 'Wikipedia' => 'http://en.wikipedia.org/wiki/Remote_File_Inclusion' }, targets: %w(Generic), issue: { - name: %q{Remote file inclusion}, + name: %q{Remote File Inclusion}, description: %q{The web application can be forced to include 3rd party remote content which can often lead to arbitrary code execution, amongst other attacks.}, tags: %w(remote file inclusion injection regexp), cwe: '94',