<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snuffleupagus/config/default_php8.rules, branch master</title>
<subtitle>Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest! 
</subtitle>
<id>http://git.dustri.org/snuffleupagus/atom?h=master</id>
<link rel='self' href='http://git.dustri.org/snuffleupagus/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/'/>
<updated>2025-05-25T11:22:06Z</updated>
<entry>
<title>Unify/fix the default.rules file across PHP versions, and add some new ones</title>
<updated>2025-05-25T11:22:06Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-05-25T11:11:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=4052c363ec770559aade8bf4ab57e49f2322281d'/>
<id>urn:sha1:4052c363ec770559aade8bf4ab57e49f2322281d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forbid file:// protocol in Curl</title>
<updated>2024-06-09T15:16:29Z</updated>
<author>
<name>bohwaz</name>
</author>
<published>2024-03-24T18:04:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=95afce1fe46c91025b5c53aa05582e09c6534cd0'/>
<id>urn:sha1:95afce1fe46c91025b5c53aa05582e09c6534cd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wording updates</title>
<updated>2024-06-09T15:16:29Z</updated>
<author>
<name>Christian Göttsche</name>
</author>
<published>2024-05-27T20:48:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=b41dcf2947bbcfca0152d06684b1caac2586a0b6'/>
<id>urn:sha1:b41dcf2947bbcfca0152d06684b1caac2586a0b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to specify the allowed "php" wrapper types</title>
<updated>2024-06-09T15:16:16Z</updated>
<author>
<name>Christian Göttsche</name>
</author>
<published>2024-05-27T19:33:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=c7ce5c3528e8da8762e6e7067001549e109397ba'/>
<id>urn:sha1:c7ce5c3528e8da8762e6e7067001549e109397ba</id>
<content type='text'>
In addition of the current possibility to filter wrappers by their
protocol name, also add the option to filter the "php" wrapper by the
requested kind.
Especially the 'filter' backend can be disabled that way.
</content>
</entry>
<entry>
<title>Fix yet another php surprised-rename of functions parameters</title>
<updated>2024-03-24T16:40:27Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2024-03-24T16:40:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=6fe3815271a50329a2ba0aa492bb2c9a9820b962'/>
<id>urn:sha1:6fe3815271a50329a2ba0aa492bb2c9a9820b962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some documentation in the default rules.</title>
<updated>2023-11-03T15:40:45Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2023-11-03T15:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=320b3f831f755e6bd4c7ac0334d719bb4b778723'/>
<id>urn:sha1:320b3f831f755e6bd4c7ac0334d719bb4b778723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add another burned vuln to the php8 rules</title>
<updated>2023-02-16T10:35:48Z</updated>
<author>
<name>Julien Voisin</name>
</author>
<published>2023-02-16T10:35:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=53b3f53b0665fa1d98a63e49e82273ec52e5f9f1'/>
<id>urn:sha1:53b3f53b0665fa1d98a63e49e82273ec52e5f9f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'sektioneins/master'</title>
<updated>2022-03-20T17:20:45Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2022-03-20T17:20:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=81dd7f2ef07af306fe83d7755cbac4529aa9fc8d'/>
<id>urn:sha1:81dd7f2ef07af306fe83d7755cbac4529aa9fc8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PHP8 update parameters name in "move_uploaded_file" (#406)</title>
<updated>2021-11-26T21:31:53Z</updated>
<author>
<name>pfdutot</name>
</author>
<published>2021-11-26T21:31:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=eede22217bb766a2982b10ee294f20c3bf4dea3e'/>
<id>urn:sha1:eede22217bb766a2982b10ee294f20c3bf4dea3e</id>
<content type='text'>
In the 8.0.8 and 8.1 version of PHP, the parameters name for move_uploaded_file are "from" and "to". This config file fail to apply the relevant rules unless the parameter names are updated using "to" instead of "destination".</content>
</entry>
<entry>
<title>inverted logic. set xxe_protection.enable() instead of disable_xxe.disable()</title>
<updated>2021-11-11T12:15:52Z</updated>
<author>
<name>Ben Fuhrmannek</name>
</author>
<published>2021-11-11T12:15:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/snuffleupagus/commit/?id=713cb08b58d4e5dd5e7e80b1f82e27cbe52d4381'/>
<id>urn:sha1:713cb08b58d4e5dd5e7e80b1f82e27cbe52d4381</id>
<content type='text'>
</content>
</entry>
</feed>
