Skip to content

Release 1.1.1

Compare
Choose a tag to compare
@emanuelduss emanuelduss released this 22 Aug 22:20
· 139 commits to master since this release

New Features

  • New Profile: Web Services Security: SAML Token Profile
    • Now it's possible to manipulate SAML Assertions, which are transmitted in a WS-Security SAML Token Profile.

New Bug

Security Fix

  • Fixed XXE (CWE-611)
    • If someone had installed the extension and intercepted, viewed in HTTP History or used in the Repeater a XML message with XXE in it, the entities were resolved. Every XML message got first parsed to determine if it is a SAMLMessage and if the SAML Raider tab had to be displayed. This issue is now fixed by disabling loading external dtd and disabling external entities.