We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de42d8 commit bbfc89dCopy full SHA for bbfc89d
snuffleupagus-misp.rules
@@ -1,6 +1,9 @@
1
# Rules tailored for MISP
2
# Copyright (C) 2022 National Cyber and Information Security Agency of the Czech Republic
3
4
+# Disable old PHP version warning
5
+sp.global.show_old_php_warning.disable();
6
+
7
# Prevent the execution of writeable PHP files.
8
#sp.readonly_exec.simulation().enable();
9
0 commit comments