From 4b7967dd80b595e9b23053474d4836b21005dced Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 9 Jan 2024 15:17:10 +0100 Subject: [PATCH] Add some comments to a rule This should help diagnose https://github.com/jvoisin/snuffleupagus/issues/477 --- src/tests/harden_rand_php8/config/harden_rand.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tests/harden_rand_php8/config/harden_rand.ini b/src/tests/harden_rand_php8/config/harden_rand.ini index 89e19be4..fd9be63d 100644 --- a/src/tests/harden_rand_php8/config/harden_rand.ini +++ b/src/tests/harden_rand_php8/config/harden_rand.ini @@ -1 +1,5 @@ +# this will harden calls to + # rand(). sp.harden_random.enable(); + +#the # end