danielgrahl

Results 5 issues of danielgrahl

The log message upon receiving SSH_MSG_UNIMPLEMENTED after a DHEC key exchange is a bit confusing. Many users think that the exchange has failed. These changes should make the process of...

In the scanner, the file name extensions are hard-coded to jar/war/ear; at least rar (resource adapter archive) is missing. It would be a great improvement to configure the file names...

Entry.getPassword() returns a String. Since Strings are pooled and never GC'ed, there are effectively accessible throughout the JVM and can be read from a heap dump. It's a common practise...

The project does not compile with Java 11 or later. JAXB has been removed from JavaSE and needs to be provided explicitly.