| Age | Commit message (Collapse) | Author |
|
Previously, when a cookie was set with the `httpOnly` flag, it was automatically encrypted, due to a logic flaw. This is now fixed and tested.
|
|
Apparently, PHP thinks that it's a great idea to type environnement variables,
because why not.
|
|
|
|
This validation step is a bit idiotic, but we'll replace it with a
proper parser anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's not possible to hook the `eval` builtin like other functions.
|
|
This is done by using the "samesite" cookie attribute.
|
|
|
|
* Add error for relative path
|
|
|
|
|
|
This should close #65
|
|
|
|
|
|
|
|
|
|
Courtesy of @buixor
|
|
|
|
|
|
Also add some more tests
|
|
|
|
|
|
|
|
Close #48
|
|
|
|
|
|
|
|
This should close (#45
|
|
|
|
|
|
|
|
|
|
`.drop()` is now baillout out, instead of nop'ing the call.
This closes #13
|
|
|
|
|
|
This should close #36 and #30
|
|
|
|
|
|
|
|
|
|
* Vastly improve the support of language construct hooking
|
|
* Implement matching on the calltrace
|
|
|
|
|
|
|