David Passmore

Results 14 comments of David Passmore

@mitchellkrogza I've tested, however appears that this exploit still gets around the check: ```"GET / HTTP/1.1" 503 299 "-" "}__test|O:21:\"JDatabaseDriverMysqli\":3:{s:4:\"\\0\\0\\0a\";O:17:\"JSimplepieFactory\":0:{}s:21:\"\\0\\0\\0disconnectHandlers\";a:1:{i:0;a:2:{i:0;O:9:\"SimplePie\":5:{s:8:\"sanitize\";O:20:\"JDatabaseDriverMysql\":0:{}s:5:\"cache\";b:1;s:19:\"cache_name_function\";s:6:\"assert\";s:10:\"javascript\";i:9999;s:8:\"feed_url\";s:54:\"eval(base64_decode($_POST[111]));JFactory::get();exit;\";}i:1;s:4:\"init\";}}s:13:\"\\0\\0\\0connection\";i:1;}\xf0\x9d\x8c\x86" "-"``` Fails and returns 503 ```"GET / HTTP/1.1" 403 299...

Thanks @mitchellkrogza will update as soon as I can.

Still no luck with the above @mitchellkrogza. Even with `.*{.*` my server is still generating a `503 Service Unavailable` response, which I suppose is positive. Maybe that is stopping the...

FYI: This was updated and fixed in #81 👍

Hey everyone 👋🏻 I ran into this issue myself and it's to do with the way that the `composer.json` file is constructed. I have made a fork of the project...

Hey everyone 👋🏻 I ran into this issue myself and it's to do with the way that the `composer.json` file is constructed. I have made a fork of the project...

Hey everyone 👋🏻 I ran into this issue myself and it's to do with the way that the `composer.json` file is constructed. I have made a fork of the project...

Hey everyone 👋🏻 I ran into this issue myself and it's to do with the way that the `composer.json` file is constructed. I have made a fork of the project...

Hey everyone 👋🏻 I ran into this issue myself and it's to do with the way that the `composer.json` file is constructed. I have made a fork of the project...

to resolve this you need to change ``` shapeLayer.lineCap = lineCap ``` to: ``` shapeLayer.lineCap = CAShapeLayerLineCap(rawValue: lineCap) ```