Skip to content

Commit

Permalink
[#2719] Fix classification text for Apache rules
Browse files Browse the repository at this point in the history
Change-Id: Id697f4cca3d963e13a049dcd1d9e00d179edbac8
  • Loading branch information
Song Tran committed Aug 31, 2017
1 parent fca215c commit fec2e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruleset/httpd.rules
Expand Up @@ -114,7 +114,7 @@ regex=script '(\S+)' not found; \
#LOG:[Wed Oct 21 19:28:42 2015] [error] [client 1.2.3.4] PHP Fatal error: Call to undefined method dbrc_wpdb::get_charset_collate() in /var/www/wordpress/wp-admin/includes/schema.php on line 512
regex=(PHP [^:].+(?=:)): (.*); \
id=4153; \
classification.text=$1; \
classification.text=PHP error; \
assessment.impact.completion=succeeded; \
assessment.impact.type=other; \
assessment.impact.severity=low; \
Expand Down

0 comments on commit fec2e56

Please sign in to comment.