debricked / soot-wrapper

Analyses how you use your dependencies to figure out if you use the vulnerable parts of a vulnerable dependency
MIT License
4 stars 5 forks source link

MavenWrapper: allow other paths to classfiles #2

Closed rasmus-hagberg closed 2 years ago

rasmus-hagberg commented 3 years ago

Currently we assume that .class files are located in the default path of target/classes. This can be configured in maven, but we wont detect this.