diff options
| author | jvoisin | 2024-01-09 15:17:10 +0100 |
|---|---|---|
| committer | jvoisin | 2024-01-09 15:17:10 +0100 |
| commit | 4b7967dd80b595e9b23053474d4836b21005dced (patch) | |
| tree | 4db4a8857345e8178a3b7b1b04bd5abcd59b3a8a /src | |
| parent | 3c720bec3a78775f37839256cfc4b2fea1348550 (diff) | |
Add some comments to a rule
This should help diagnose https://github.com/jvoisin/snuffleupagus/issues/477
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/harden_rand_php8/config/harden_rand.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/harden_rand_php8/config/harden_rand.ini b/src/tests/harden_rand_php8/config/harden_rand.ini index 89e19be..fd9be63 100644 --- a/src/tests/harden_rand_php8/config/harden_rand.ini +++ b/src/tests/harden_rand_php8/config/harden_rand.ini | |||
| @@ -1 +1,5 @@ | |||
| 1 | # this will harden calls to | ||
| 2 | # rand(). | ||
| 1 | sp.harden_random.enable(); | 3 | sp.harden_random.enable(); |
| 4 | |||
| 5 | #the # end | ||
