LicenseScout
LicenseScout copied to clipboard
ARCHIVED: Maven Plug-in to scan used licenses on a product
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
# Feature request ## Expected Behavior - What where you expecting to happen? LicenseScout should delete data which is older than a configurable retention period from the results database. ##...
# Feature request ## Current Behavior - What happens? In the HTML report, I see the library path (i.e., the file path to the jar). It's not persisted in the...
Currently, vendor filtering is based on the value 'Bundle-Vendor' in the MANIFEST.MF. This works well if the value of the directive is given in the MANIFEST directly. However, if the...
Currently, vendor filtering is based on the value 'Bundle-Vendor' in the MANIFEST.MF file, which is appropiate for JARs that are OSGi bundles. For JARs that are build with a standard...
Scan mode that operates directly on maven dependencies # Feature request ## Expected Behavior - What where you expecting to happen? It should be possible to either specify one or...
## Maintenance task As we have already externals contributors changes on the code, they should be added to the [CONTRIBUTORS.txt file](https://github.com/aposin/LicenseScout/blob/master/CONTRIBUTORS.txt) (as individuals or company, depending on how they signed...
Currently, several files have Windows-style line endings, while all files should have Unix-style line endings. # Feature request ## Expected Behavior - What where you expecting to happen? All files...
In the projects `README.md` as well as the description in the 'full documentation' refered to by the `README.md ` the version `1.1.4` of the plugin is referenced. ```pom.xml org.aposin.licensescout licensescout-maven-plugin...
[org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml](https://github.com/aposin/LicenseScout/blob/master/org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml) contains numerous TODO entries for `licenseText` configurations. ```shell $ grep -n TODO org.aposin.licensescout.configuration.sample/src/main/resources/* org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:11: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:20: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:29: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:75: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:93: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:462: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:476: TODO org.aposin.licensescout.configuration.sample/src/main/resources/licenses.xml:511: TODO...