August Detlefsen

Results 20 comments of August Detlefsen

Replaced by #63

I'm happy to contribute, if you can point me in the right direction. I'm thinking: - DependencyGraphBuilder.buildDependencyGraph() - Recursively walk the resulting DependencyNode: //would this happen in BaseDependencyCheckMojo.scanArtifacts() ? -...

A nice addition to this would be to suppress/ignore/auto answer 'yes' to the `Do you want to continue? [y/N]:` message.

Will now output a line like: ``` Error reading content from organization/repository/resources/sample_files/movies.json: unsupported encoding: none ```

Are you saying that you want to translate the version numbers returned in the header to the verbose values in the Stackoverflow article? For example, `4.0.30319.1022` would become `.NET 4.0...

Based on your feedback I've reduced the certainty to "Firm" for ASP.Net findings.

Are you able to build it? Just run `mvn install` in the project root directory.

I was just able to pull the latest code and compile with `mvn install`. After build, you will find the binary in `/target/burp-suite-swaggy-1.0-SNAPSHOT.jar`

I have a code fix that I would love to contribute but I can't get all tests to pass on my local. Is there information for developers on how to...