robvinson
robvinson
The SAMLRaider request editor had the string "" when intercepting some WSS SAML requests. The stack trace was a RuntimeException: "com.sun.org.apache.xerces.internal.dom.DeferredTextImpl cannot be cast to org.w3c.dom.Element". I narrowed this down...
The following changes in zap.go will fix the caller output when using WithFields to derive another logger. This change displays the correct caller even if there are successive WithFields loggers...
**Describe the bug** Taint rules will not match in csharp `checked` blocks. **To Reproduce** test code: ```csharp checked { //!! Doesn't match but should source(sink(x)); } try { //match source(sink(x));...
**Describe the bug** The `--uid` flag introduced by https://github.com/sensepost/objection/pull/526 does not work. Maybe providing a process ID (--pid) flag could be an alternative? **Expected behavior** Attach to the application running...