From 05d59266934216bd76cfe3e87a3161e48dfe5ca6 Mon Sep 17 00:00:00 2001 From: Emanuel Duss Date: Wed, 22 Jul 2015 14:42:02 +0200 Subject: [PATCH] Disabled debug mode and set version number --- pom.xml | 4 ++-- src/main/java/helpers/Flags.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 21877cf..f074852 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> SAML Raider http://github.com/SAMLRaider/SAMLRaider - Burp Suite Plugin for testing SAML2 + SAML2 Burp Suite Extension ch.hsr saml-raider - 1.0-SNAPSHOT + 1.0.0-SNAPSHOT 4.0.0 UTF-8 diff --git a/src/main/java/helpers/Flags.java b/src/main/java/helpers/Flags.java index 1133adc..7a19dd8 100644 --- a/src/main/java/helpers/Flags.java +++ b/src/main/java/helpers/Flags.java @@ -3,6 +3,6 @@ public class Flags { // Write SAMLRaiderDebug.log and load example certificates - public static final boolean DEBUG = true; + public static final boolean DEBUG = false; }