Skip to content

Commit

Permalink
Fix exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarpsahinalp committed Dec 17, 2024
1 parent 6e1ef97 commit c5186b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ security.architecture.manipulate.threads=Manipulates threads
security.architecture.package.import=Imports forbidden packages
security.architecture.serialize=Serializes objects
security.architecture.class.loading=Manipulates the loading of classes
security.architecture.method.call.message='%s'\n Method <%s> calls method <%s> in (%s.java:%d) accesses <%s>
security.architecture.method.call.message='%s'\n Method <%s> calls method <%s> in (%s.java:%d)

# Ares Code Creation
security.settings.error=Security configuration error: The class for the specific security test case settings could not be found. Ensure the class name is correct and the class is available at runtime.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ security.architecture.manipulate.threads=Manipuliert Threads
security.architecture.package.import=Importiert verbotene Pakete
security.architecture.serialize=Serialisiert Objekte
security.architecture.class.loading=Manipuliert das Laden von Klassen
security.architecture.method.call.message='%s'\n Methode <%s> ruft Methode <%s> in (%s.java:%d) auf und greift auf <%s> zu
security.architecture.method.call.message='%s'\n Methode <%s> ruft Methode <%s> in (%s.java:%d) auf

# Ares Code Creation
security.settings.error=Sicherheitskonfigurationsfehler: Die Klasse für die spezifischen Sicherheitstestfalleinstellungen konnte nicht gefunden werden. Stellen Sie sicher, dass der Klassenname korrekt ist und die Klasse zur Laufzeit verfügbar ist.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# java/util/The following are excluded from the classpath to make the analysis faster, as they are not relevant for the analysis.*
# The following are excluded from the classpath to make the analysis faster, as they are not relevant for the analysis.*
jdk/.*
java/time/.*
java/security/.*
sun/security/.*
javax/security/.*
javax/crypto/.*
sun/reflect/.*
java/text/.*
sun/util/.*
java/math/.*
java/util/function.*
java/lang/ProcessImpl.*
java/util/AbstractCollection.*
java/util/AbstractList.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ java.lang.invoke.LambdaForm$NamedFunction.hashCode
java.util.AbstractList
java.util.ImmutableCollections
java.lang.invoke.MemberName.hashCode()
java.lang.invoke.MemberName.equals
java.lang.invoke.MemberName.equals
java.lang.String
java.security
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ java.io.File.lastModified()
java.io.File.length()
java.io.File.normalizedList()
sun.awt.image.FileImageSource.<init>(Ljava/lang/String;)
java.io.FileInputStream.<init>(Ljava/io/File;)
sun.net.httpserver.simpleserver.FileServerHandler.<init>(Ljava/nio/file/Path;Ljava/util/function/UnaryOperator;)
com.sun.jmx.remote.security.HashedPasswordManager.loadPasswords()
sun.net.www.protocol.jar.JarFileFactory.getCachedJarFile(Ljava/net/URL;)
Expand Down

0 comments on commit c5186b1

Please sign in to comment.