Maddy Miller

Results 180 comments of Maddy Miller

It appears that only 1 thing is actually called in the method that has the nullpointerexception, something on the field that is set to null the previous line. https://github.com/int128/groovy-ssh/blob/master/core/src/main/groovy/org/hidetake/groovy/ssh/connection/ConnectionManager.groovy#L136 It...

The issue is weird because I can only reproduce it with some projects. I've tested this with Gradle 2.8 -> 2.13, running Java 8 1.8.0_77 x86_64, Windows 10. The current...

Here's my main gradle file, http://pastebin.com/tPbf49Qe It imports common, which is here - http://pastebin.com/r0Zpd7iX

I still get the issue if I add this, `configurations.all { resolutionStrategy { force 'com.jcraft:jsch:0.1.52' } }`

Also, this is my output of gradlew buildEnvironment classpath +--- net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT | +--- com.github.tony19:named-regexp:0.2.3 | +--- net.sf.opencsv:opencsv:2.3 | +--- com.nothome:javaxdelta:2.0.1 | | --- trove:trove:1.0.2 | +--- org.ow2.asm:asm-debug-all:5.0.3 | +--- com.github.jponge:lzma-java:1.3...

gradle-ssh-plugin-2.2.0 (groovy-ssh-2.2.0, jsch-0.1.52, groovy-2.4.4, java-1.8.0_74)

My gradle cache doesn't even contain jsch-0.1.46, it only contains 0.1.52 and 0.1.53

As far as I can tell, script tags are not parsed so that should prevent XSS, I don't really know of any Markdown library that allows XSS outside of bugs...

If it can't be reproduced, it means either your instructions were wrong, or it requires something specific about your setup to work. So either way we need more information

Does it make sense to have a setter as well?