elharo opened a new issue, #97: URL: https://github.com/apache/maven-shared-io/issues/97
## Bug #15 `FileLocatorStrategy.java` line 33 The `locationSpecification` string is passed directly to `new File(locationSpecification)` without normalization or sanitization. If this input originates from an untrusted source, sequences such as `../` can resolve to files outside the intended directory. Note: This is low priority because in a Maven plugin context the POM is typically trusted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
