Skip to content

Commit

Permalink
Merge pull request #1766 from jaki/fix-msg-newline
Browse files Browse the repository at this point in the history
fix: change msg values to not span multiple lines
  • Loading branch information
franbuehler authored Jun 2, 2020
2 parents a4445a6 + abb5231 commit 3b4a13b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/REQUEST-901-INITIALIZATION.conf
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,7 @@ SecRule TX:sampling_rnd100 "!@lt %{tx.sampling_percentage}" \
pass,\
log,\
noauditlog,\
msg:'Sampling: Disable the rule engine based on sampling_percentage \
%{TX.sampling_percentage} and random number %{TX.sampling_rnd100}',\
msg:'Sampling: Disable the rule engine based on sampling_percentage %{TX.sampling_percentage} and random number %{TX.sampling_rnd100}',\
ctl:ruleEngine=Off,\
ver:'OWASP_CRS/3.3.0'"

Expand Down

0 comments on commit 3b4a13b

Please sign in to comment.