Skip to content

Releases: CompassSecurity/SAMLRaider

Release v1.2.5

01 Jul 16:10
Compare
Choose a tag to compare

I forgot to include the updates from the PortSwigger repository. This fixed that the extension works with OpenJDK 11

Release v1.2.4

01 Jul 15:44
Compare
Choose a tag to compare

This is a bugfix release.

This release fixes the following issues:

  • XMLHelpers: fix signElement used by signMessage in cases where the XML doc is beautified. PR #41
  • Bumps xmlsec from 2.1.2 to 2.1.4. PR #43

Thanks @cnotin for your PR!

Release v1.2.3

01 Apr 16:39
Compare
Choose a tag to compare

This is a bugfix release.

This release fixes the following issues:

  • #35 (SAML messages were not editable in newer Java versions)
  • #14 (Unnecessary console output)

Note:

  • Because the RSyntaxTextArea was replaced with a normal Java Swing JTextArea, no syntax highlighting or text search is available anymore.

Enjoy your SAML testing 🤘

Release 1.2.2

01 Apr 15:53
f4ed4ab
Compare
Choose a tag to compare

@pajswigger from PortSwigger fixed a Java version incompatibility issue with OpenJDK 11, that is shipped in the bundled Burp version.

The plugin now works in Java 11.

This fixes the following issues:

Thanks @PortSwigger and @pajswigger!

Release 1.2.1

19 Sep 12:22
Compare
Choose a tag to compare

We got a pull-request (#13) with the following changes:

  • Bugfix: The XSW diagram had some incorrect graphics. They are now fixed
  • Fixed/improved some unit-tests.

A big thank to @thariyarox!

Release 1.2.0

22 Aug 11:35
Compare
Choose a tag to compare
  • New feature: Support for SAMLRequest messages (Issue #11)

Release 1.1.1

22 Aug 22:20
Compare
Choose a tag to compare

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.

Release 1.0.1 - Bugfixes

16 Sep 16:17
Compare
Choose a tag to compare

Two bugfixes for Issue #1

  • Linebreaks are now not removed from an edited message
  • Namespace definition in tags e.g. xmlns:saml="..." are retained in every situation

Release 1.0.0

22 Jul 12:43
Compare
Choose a tag to compare

This is our first release.