Skip to content

Commit

Permalink
Update Coraza CRS commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Feb 20, 2024
1 parent 0509fac commit 5bf3e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coraza/api/crs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ echo "ℹ️ Download CRS or Remove CRS"
if [[ "$1" == "Remove" ]]; then
remove_coreruleset
elif [[ "$1" == "Download" ]]; then
git_secure_clone "https://github.com/coreruleset/coreruleset.git" "2b92d53ea708babbca8da06cd13decffbc9e31b5"
git_secure_clone "https://github.com/coreruleset/coreruleset.git" "0bd51ff806c68e2a54c4d60ca13f731c5355696d"
else
echo "❌ Error wrong argument : $1 try Remove or Download"
fi

0 comments on commit 5bf3e46

Please sign in to comment.