@@ -15,6 +15,7 @@ New functionality:
1515 * Add PUBLIC identifier for XML entities (#1490) (Rufus125)
1616 * Add .rdb to default restricted_extensions (Walter Hop)
1717 * Add rule 933200 PHP Wrappers (Andrea Menin)
18+ * Add send-payload-pls.sh script to test payload against multiple paranoia levels (Christian Folini)
1819 * Add support for shell evasions with $IFS (Walter Hop, Chaim Sanders)
1920 * Add unix-shell commands (Christoph Hansen, Chaim Sanders)
2021 * Also inspect the path for the script tag (Federico G. Schwindt)
@@ -55,6 +56,7 @@ Fixes and improvements:
5556 * Add CVE-2018-11776 to comments of 933160 and 933161 (Franziska Bühler)
5657 * Add CVE-2018-2380 to comments of rules (Franziska Bühler)
5758 * Add CVE numbers for Apache Struts vulnerabilities to comments in rules (Franziska Bühler)
59+ * Add default env vars for anomaly scores in Docker (Franziska Bühler)
5860 * Added spaces in front of closing square brackets (Franziska Bühler)
5961 * Adding travis changes (#1316) (Chaim Sanders)
6062 * Add missing OWASP_CRS tags to 921xxx rules (Walter Hop)
@@ -63,6 +65,7 @@ Fixes and improvements:
6365 * Also handle dot variant of X_Filename. PHP will transform dots to underscore in variable names since dot is invalid. (Federico G. Schwindt)
6466 * Bring back CRS 2.x renumbering utility (Walter Hop)
6567 * Clean up travis and reorg (Federico G. Schwindt)
68+ * Code cosmetics: reorder the actions of rules (Ervin Hegedus)
6669 * Content-Type is case insensitive (Federico G. Schwindt)
6770 * Disassembled 941160 (Franziska Bühler)
6871 * Drop separate regexp files. They are not really needed and save us from updating multiple places. (Federico G. Schwindt)
@@ -77,6 +80,7 @@ Fixes and improvements:
7780 * Fix commit default for non 2.9 branch (Chaim Sanders)
7881 * Fix CRS2->CRS3 mapping table (973344 -> 941100) (Chaim Sanders)
7982 * Fix date (Chaim Sanders)
83+ * Fix Docker image SSL support (Franziska Bühler)
8084 * Fix duplicate .env (jschleus, Chaim Sanders)
8185 * Fix executing paranoia level counters (Christian Folini)
8286 * Fix indentation and python version in crs2-renumbering script (Chaim Sanders)
0 commit comments