Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies;
false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and
the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties,
implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided
is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever
arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.
Scan Information (
show all ):
dependency-check version : 12.2.2
Report Generated On : Mon, 6 Jul 2026 09:48:09 +0200
Dependencies Scanned : 210 (142 unique)
Vulnerable Dependencies : 6
Vulnerabilities Found : 7
Vulnerabilities Suppressed : 0
...
NVD API Last Checked : 2026-07-06T09:23:13+02
NVD API Last Modified : 2026-07-06T06:16:27Z
Summary
Summary of Vulnerable Dependencies (click to show all)
HikariCP-6.3.3.jar
Description:
Ultimate JDBC Connection Pool
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.jar
MD5: a5c7bb14f24a598a87118c9f73641466
SHA1: 7c5aec1e47a97ff40977e0193018865304ea9585
SHA256: 709f378c05756280939ce50fc1b1f1a53bb8e1899dc1b249f21f12703640b48b
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
HikariCP-6.3.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name HikariCP High
Vendor jar package name hikari Highest
Vendor jar package name pool Highest
Vendor jar package name zaxxer Highest
Vendor Manifest automatic-module-name com.zaxxer.hikari Medium
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-docurl https://github.com/brettwooldridge Low
Vendor Manifest bundle-symbolicname com.zaxxer.HikariCP Medium
Vendor pom artifactid HikariCP Highest
Vendor pom artifactid HikariCP Low
Vendor pom developer email brett.wooldridge@gmail.com Low
Vendor pom developer name Brett Wooldridge Medium
Vendor pom groupid com.zaxxer Highest
Vendor pom name HikariCP High
Vendor pom organization name Zaxxer.com High
Vendor pom organization url brettwooldridge Medium
Vendor pom url brettwooldridge/HikariCP Highest
Product file name HikariCP High
Product jar package name hikari Highest
Product jar package name pool Highest
Product jar package name zaxxer Highest
Product Manifest automatic-module-name com.zaxxer.hikari Medium
Product Manifest build-jdk-spec 11 Low
Product Manifest bundle-docurl https://github.com/brettwooldridge Low
Product Manifest Bundle-Name HikariCP Medium
Product Manifest bundle-symbolicname com.zaxxer.HikariCP Medium
Product pom artifactid HikariCP Highest
Product pom developer email brett.wooldridge@gmail.com Low
Product pom developer name Brett Wooldridge Low
Product pom groupid com.zaxxer Highest
Product pom name HikariCP High
Product pom organization name Zaxxer.com Low
Product pom url brettwooldridge High
Product pom url brettwooldridge/HikariCP High
Version file version 6.3.3 High
Version Manifest Bundle-Version 6.3.3 High
Version pom version 6.3.3 Highest
JavaEWAH-1.2.3.jar
Description:
The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression.
JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme.
The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.
License:
Apache 2: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
MD5: 8fdeda28c1fb10e67b3d79f86bef5e61
SHA1: 13a27c856e0c8808cee9a64032c58eee11c3adc9
SHA256: d65226949713c4c61a784f41c51167e7b0316f93764398ebba9e4336b3d954c2
Referenced In Project/Scope: grif-ext:compile
JavaEWAH-1.2.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.eclipse.jgit/org.eclipse.jgit@7.3.0.202506031305-r
Evidence
Type Source Name Value Confidence
Vendor file name JavaEWAH High
Vendor jar package name bitset Highest
Vendor jar package name googlecode Highest
Vendor jar package name javaewah Highest
Vendor Manifest bundle-symbolicname com.googlecode.javaewah.JavaEWAH Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid JavaEWAH Highest
Vendor pom artifactid JavaEWAH Low
Vendor pom developer email lemire@gmail.com Low
Vendor pom developer id lemire Medium
Vendor pom developer name Daniel Lemire Medium
Vendor pom developer org LICEF Research Center Medium
Vendor pom developer org URL http://licef.ca Medium
Vendor pom groupid com.googlecode.javaewah Highest
Vendor pom name JavaEWAH High
Vendor pom url lemire/javaewah Highest
Product file name JavaEWAH High
Product jar package name bitset Highest
Product jar package name googlecode Highest
Product jar package name javaewah Highest
Product Manifest Bundle-Name JavaEWAH Medium
Product Manifest bundle-symbolicname com.googlecode.javaewah.JavaEWAH Medium
Product Manifest multi-release true Low
Product pom artifactid JavaEWAH Highest
Product pom developer email lemire@gmail.com Low
Product pom developer id lemire Low
Product pom developer name Daniel Lemire Low
Product pom developer org LICEF Research Center Low
Product pom developer org URL http://licef.ca Low
Product pom groupid com.googlecode.javaewah Highest
Product pom name JavaEWAH High
Product pom url lemire/javaewah High
Version file version 1.2.3 High
Version Manifest Bundle-Version 1.2.3 High
Version pom version 1.2.3 Highest
SparseBitSet-1.3.jar
Description:
An efficient sparse bitset implementation for Java
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar
MD5: fbe27bb4c05e8719b7fff5aa71a57364
SHA1: 533eac055afe3d5f614ea95e333afd6c2bde8f26
SHA256: f76b85adb0c00721ae267b7cfde4da7f71d3121cc2160c9fc00c0c89f8c53c8a
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
SparseBitSet-1.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name SparseBitSet High
Vendor jar package name sparsebitset Highest
Vendor jar package name zaxxer Highest
Vendor Manifest automatic-module-name com.zaxxer.sparsebitset Medium
Vendor Manifest build-jdk-spec 11 Low
Vendor pom artifactid SparseBitSet Highest
Vendor pom artifactid SparseBitSet Low
Vendor pom developer email brett.wooldridge@gmail.com Low
Vendor pom developer name Brett Wooldridge Medium
Vendor pom groupid com.zaxxer Highest
Vendor pom name SparseBitSet High
Vendor pom organization name Zaxxer.com High
Vendor pom organization url brettwooldridge/SparseBitSet Medium
Vendor pom url brettwooldridge/SparseBitSet Highest
Product file name SparseBitSet High
Product jar package name sparsebitset Highest
Product jar package name zaxxer Highest
Product Manifest automatic-module-name com.zaxxer.sparsebitset Medium
Product Manifest build-jdk-spec 11 Low
Product pom artifactid SparseBitSet Highest
Product pom developer email brett.wooldridge@gmail.com Low
Product pom developer name Brett Wooldridge Low
Product pom groupid com.zaxxer Highest
Product pom name SparseBitSet High
Product pom organization name Zaxxer.com Low
Product pom url brettwooldridge/SparseBitSet High
Version file version 1.3 High
Version pom version 1.3 Highest
albizia-1.26.4.jar
Description:
POM des dépendances Albizia
File Path: /home/cfolleau/.m2/repository/com/total/albizia/1.26.4/albizia-1.26.4.jar
MD5: bb4d639354a5d527c3297e2fe1dd43da
SHA1: b7775d1fc0a5321ba2e23c1e696025f8ba44b77e
SHA256: 87a95721dd73cdcd11c22f57c46bf4d8e220bec376eb6bcc0ffd4a1f70fc2d2d
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
albizia-1.26.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name albizia High
Vendor jar package name albizia Highest
Vendor jar package name total Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor pom artifactid albizia Highest
Vendor pom artifactid albizia Low
Vendor pom groupid com.total Highest
Product file name albizia High
Product jar package name albizia Highest
Product jar package name total Highest
Product Manifest build-jdk-spec 21 Low
Product pom artifactid albizia Highest
Product pom groupid com.total Highest
Version file version 1.26.4 High
Version Manifest signature-version 1.26.4 Medium
Version pom version 1.26.4 Highest
angus-activation-2.0.3.jar
Description:
Implementation
License:
http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.jar
MD5: ad20392145690b36b4f950fe31a31a2a
SHA1: 7f80607ea5014fef0b1779e6c33d63a88a45a563
SHA256: a6bd35c538cf90fff941ad6258c40c08fca0b5c9c3f536c657114f27ce0527a7
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
angus-activation-2.0.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name angus-activation High
Vendor jar package name activation Highest
Vendor jar package name angus Highest
Vendor jar package name eclipse Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname angus-activation Medium
Vendor Manifest extension-name org.eclipse.angus Medium
Vendor Manifest implementation-build-id 2.0.3-RELEASE-6eff4c5 Low
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MailcapRegistryProvider",osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MimeTypeRegistryProvider" Low
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid angus-activation Highest
Vendor pom artifactid angus-activation Low
Vendor pom groupid org.eclipse.angus Highest
Vendor pom name Angus Activation Registries High
Vendor pom parent-artifactid angus-activation-project Low
Product file name angus-activation High
Product jar package name activation Highest
Product jar package name angus Highest
Product jar package name eclipse Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Angus Activation Registries Medium
Product Manifest bundle-symbolicname angus-activation Medium
Product Manifest extension-name org.eclipse.angus Medium
Product Manifest implementation-build-id 2.0.3-RELEASE-6eff4c5 Low
Product Manifest Implementation-Title Angus Activation Registries High
Product Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MailcapRegistryProvider",osgi.serviceloader;osgi.serviceloader="jakarta.activation.spi.MimeTypeRegistryProvider" Low
Product Manifest specification-title Jakarta Activation Specification Medium
Product pom artifactid angus-activation Highest
Product pom groupid org.eclipse.angus Highest
Product pom name Angus Activation Registries High
Product pom parent-artifactid angus-activation-project Medium
Version file version 2.0.3 High
Version Manifest Bundle-Version 2.0.3 High
Version pom version 2.0.3 Highest
antlr4-runtime-4.13.2.jar
Description:
The ANTLR 4 Runtime
License:
https://www.antlr.org/license.html
File Path: /home/cfolleau/.m2/repository/org/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.jar
MD5: eecf1908f0cfff10f8bb82878b5ca401
SHA1: fc3db6d844df652a3d5db31c87fa12757f13691d
SHA256: dd3e8a13a2d669bf84fb8d834de35ce4875f27157698d206241ec8488aadcaf7
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
antlr4-runtime-4.13.2.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name antlr4-runtime High
Vendor jar package name antlr Highest
Vendor jar package name runtime Highest
Vendor Manifest automatic-module-name org.antlr.antlr4.runtime Medium
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-docurl https://www.antlr.org/ Low
Vendor Manifest bundle-symbolicname org.antlr.antlr4-runtime Medium
Vendor Manifest Implementation-Vendor ANTLR High
Vendor pom artifactid antlr4-runtime Highest
Vendor pom artifactid antlr4-runtime Low
Vendor pom groupid org.antlr Highest
Vendor pom name ANTLR 4 Runtime High
Vendor pom parent-artifactid antlr4-master Low
Product file name antlr4-runtime High
Product jar package name antlr Highest
Product jar package name runtime Highest
Product Manifest automatic-module-name org.antlr.antlr4.runtime Medium
Product Manifest build-jdk-spec 11 Low
Product Manifest bundle-docurl https://www.antlr.org/ Low
Product Manifest Bundle-Name ANTLR 4 Runtime Medium
Product Manifest bundle-symbolicname org.antlr.antlr4-runtime Medium
Product Manifest Implementation-Title ANTLR 4 Runtime High
Product pom artifactid antlr4-runtime Highest
Product pom groupid org.antlr Highest
Product pom name ANTLR 4 Runtime High
Product pom parent-artifactid antlr4-master Medium
Version file version 4.13.2 High
Version Manifest Bundle-Version 4.13.2 High
Version Manifest Implementation-Version 4.13.2 High
Version pom version 4.13.2 Highest
asm-9.9.1.jar
Description:
ASM, a very small and fast Java bytecode manipulation framework
License:
BSD-3-Clause: https://asm.ow2.io/license.html
File Path: /home/cfolleau/.m2/repository/org/ow2/asm/asm/9.9.1/asm-9.9.1.jar
MD5: 1888ad1f49038441bb2d12aa6dffe396
SHA1: 2ceea6ab43bcae1979b2a6d85fc0ca429877e5ab
SHA256: 6f3828a215c920059a5efa2fb55c233d6c54ec5cadca99ce1b1bdd10077c7ddd
Referenced In Project/Scope: grif-ext:compile
asm-9.9.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model-builder@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name asm High
Vendor jar package name asm Highest
Vendor jar package name objectweb Highest
Vendor Manifest bundle-docurl http://asm.ow2.org Low
Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low
Vendor Manifest bundle-symbolicname org.objectweb.asm Medium
Vendor pom artifactid asm Highest
Vendor pom artifactid asm Low
Vendor pom developer email ebruneton@free.fr Low
Vendor pom developer email eu@javatx.org Low
Vendor pom developer email forax@univ-mlv.fr Low
Vendor pom developer id ebruneton Medium
Vendor pom developer id eu Medium
Vendor pom developer id forax Medium
Vendor pom developer name Eric Bruneton Medium
Vendor pom developer name Eugene Kuleshov Medium
Vendor pom developer name Remi Forax Medium
Vendor pom groupid org.ow2.asm Highest
Vendor pom name asm High
Vendor pom organization name OW2 High
Vendor pom organization url http://www.ow2.org/ Medium
Vendor pom parent-artifactid ow2 Low
Vendor pom parent-groupid org.ow2 Medium
Vendor pom url http://asm.ow2.io/ Highest
Product file name asm High
Product jar package name asm Highest
Product jar package name objectweb Highest
Product Manifest bundle-docurl http://asm.ow2.org Low
Product Manifest Bundle-Name org.objectweb.asm Medium
Product Manifest bundle-requiredexecutionenvironment J2SE-1.5 Low
Product Manifest bundle-symbolicname org.objectweb.asm Medium
Product Manifest Implementation-Title ASM, a very small and fast Java bytecode manipulation framework High
Product pom artifactid asm Highest
Product pom developer email ebruneton@free.fr Low
Product pom developer email eu@javatx.org Low
Product pom developer email forax@univ-mlv.fr Low
Product pom developer id ebruneton Low
Product pom developer id eu Low
Product pom developer id forax Low
Product pom developer name Eric Bruneton Low
Product pom developer name Eugene Kuleshov Low
Product pom developer name Remi Forax Low
Product pom groupid org.ow2.asm Highest
Product pom name asm High
Product pom organization name OW2 Low
Product pom organization url http://www.ow2.org/ Low
Product pom parent-artifactid ow2 Medium
Product pom parent-groupid org.ow2 Medium
Product pom url http://asm.ow2.io/ Medium
Version file version 9.9.1 High
Version Manifest Bundle-Version 9.9.1 High
Version Manifest Implementation-Version 9.9.1 High
Version pom parent-version 9.9.1 Low
Version pom version 9.9.1 Highest
aspectjweaver-1.9.25.1.jar
Description:
The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time
weaving (LTW) during class-loading and also contains the AspectJ runtime classes.
License:
Eclipse Public License - v 2.0: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.jar
MD5: 7a88f606f52185a15a1527c968f55dfb
SHA1: a713c790da4d794c7dfb542b550d4e44898d5e23
SHA256: 4fe86fdc18faea571f29129c70eaad5d121363504a06d7907be88f6c60ba3116
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
aspectjweaver-1.9.25.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name aspectjweaver High
Vendor jar package name agent Highest
Vendor jar package name and Highest
Vendor jar package name aspectj Highest
Vendor jar package name aspects Highest
Vendor jar package name ltw Highest
Vendor jar package name org Highest
Vendor jar package name runtime Highest
Vendor jar package name weaver Highest
Vendor Manifest automatic-module-name org.aspectj.weaver Medium
Vendor Manifest can-redefine-classes true Low
Vendor manifest: org/aspectj/weaver/ Implementation-Vendor https://www.eclipse.org/aspectj/ Medium
Vendor pom artifactid aspectjweaver Highest
Vendor pom artifactid aspectjweaver Low
Vendor pom developer email aclement@vmware.com Low
Vendor pom developer email kriegaex@aspectj.dev Low
Vendor pom developer id aclement Medium
Vendor pom developer id kriegaex Medium
Vendor pom developer name Alexander Kriegisch Medium
Vendor pom developer name Andy Clement Medium
Vendor pom groupid org.aspectj Highest
Vendor pom name AspectJ Weaver High
Vendor pom url https://www.eclipse.org/aspectj/ Highest
Product file name aspectjweaver High
Product jar package name agent Highest
Product jar package name and Highest
Product jar package name aspectj Highest
Product jar package name aspects Highest
Product jar package name ltw Highest
Product jar package name org Highest
Product jar package name runtime Highest
Product jar package name weaver Highest
Product Manifest automatic-module-name org.aspectj.weaver Medium
Product Manifest can-redefine-classes true Low
Product manifest: org/aspectj/weaver/ Implementation-Title org.aspectj.weaver Medium
Product manifest: org/aspectj/weaver/ Specification-Title AspectJ Weaver Classes Medium
Product pom artifactid aspectjweaver Highest
Product pom developer email aclement@vmware.com Low
Product pom developer email kriegaex@aspectj.dev Low
Product pom developer id aclement Low
Product pom developer id kriegaex Low
Product pom developer name Alexander Kriegisch Low
Product pom developer name Andy Clement Low
Product pom groupid org.aspectj Highest
Product pom name AspectJ Weaver High
Product pom url https://www.eclipse.org/aspectj/ Medium
Version file version 1.9.25.1 High
Version manifest: org/aspectj/weaver/ Implementation-Version 1.9.25.1 Medium
Version pom version 1.9.25.1 Highest
attoparser-2.0.7.RELEASE.jar
Description:
Powerful, fast and easy to use HTML and XML parser for Java
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/attoparser/attoparser/2.0.7.RELEASE/attoparser-2.0.7.RELEASE.jar
MD5: fd09ceba7061e05460e74e0e1e64f233
SHA1: e5d0e988d9124139d645bb5872b24dfa23e283cc
SHA256: 75dd1c045492bff8e1963aabb28bfe903c2064e11e27fe2f0f0aff1ad3d84476
Referenced In Project/Scope: grif-monitoring-webapp:compile
attoparser-2.0.7.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name attoparser High
Vendor jar package name attoparser Highest
Vendor Manifest automatic-module-name attoparser Medium
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://www.attoparser.org Low
Vendor Manifest bundle-symbolicname org.attoparser Medium
Vendor Manifest implementation-url https://www.attoparser.org Low
Vendor Manifest Implementation-Vendor The ATTOPARSER team High
Vendor Manifest Implementation-Vendor-Id org.attoparser Medium
Vendor Manifest specification-vendor The ATTOPARSER team Low
Vendor pom artifactid attoparser Highest
Vendor pom artifactid attoparser Low
Vendor pom developer email daniel.fernandez AT 11thlabs DOT org Low
Vendor pom developer id dfernandez Medium
Vendor pom developer name Daniel Fernandez Medium
Vendor pom groupid org.attoparser Highest
Vendor pom name attoparser High
Vendor pom organization name The ATTOPARSER team High
Vendor pom organization url https://www.attoparser.org Medium
Vendor pom url https://www.attoparser.org Highest
Product file name attoparser High
Product jar package name attoparser Highest
Product Manifest automatic-module-name attoparser Medium
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://www.attoparser.org Low
Product Manifest Bundle-Name attoparser Medium
Product Manifest bundle-symbolicname org.attoparser Medium
Product Manifest Implementation-Title attoparser High
Product Manifest implementation-url https://www.attoparser.org Low
Product Manifest specification-title attoparser Medium
Product pom artifactid attoparser Highest
Product pom developer email daniel.fernandez AT 11thlabs DOT org Low
Product pom developer id dfernandez Low
Product pom developer name Daniel Fernandez Low
Product pom groupid org.attoparser Highest
Product pom name attoparser High
Product pom organization name The ATTOPARSER team Low
Product pom organization url https://www.attoparser.org Low
Product pom url https://www.attoparser.org Medium
Version Manifest Bundle-Version 2.0.7.RELEASE High
Version Manifest Implementation-Version 2.0.7.RELEASE High
Version pom version 2.0.7.RELEASE Highest
batik-css-1.18.jar
Description:
Batik CSS engine
File Path: /home/cfolleau/.m2/repository/org/apache/xmlgraphics/batik-css/1.18/batik-css-1.18.jar
MD5: 3c84f96ad95b3f2ff868f4fca2e599e5
SHA1: 639787c5503d058420eddc663f06ea8e05cc712d
SHA256: 3d62a9b1f492fea44b36e9947367ee22501009da262d818df5a33b1808b1e09f
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
batik-css-1.18.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.xmlgraphics/batik-anim@1.18
Evidence
Type Source Name Value Confidence
Vendor file name batik-css High
Vendor jar package name apache Highest
Vendor jar package name batik Highest
Vendor jar package name css Highest
Vendor jar package name engine Highest
Vendor Manifest automatic-module-name org.apache.xmlgraphics.batik.css Medium
Vendor pom artifactid batik-css Highest
Vendor pom artifactid batik-css Low
Vendor pom groupid org.apache.xmlgraphics Highest
Vendor pom name : High
Vendor pom parent-artifactid batik Low
Product file name batik-css High
Product jar package name apache Highest
Product jar package name batik Highest
Product jar package name css Highest
Product jar package name engine Highest
Product Manifest automatic-module-name org.apache.xmlgraphics.batik.css Medium
Product pom artifactid batik-css Highest
Product pom groupid org.apache.xmlgraphics Highest
Product pom name : High
Product pom parent-artifactid batik Medium
Version file version 1.18 High
Version pom version 1.18 Highest
Related Dependencies
batik-i18n-1.18.jar
Description:
Batik i18n library
File Path: /home/cfolleau/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.18/batik-i18n-1.18.jar
MD5: 32c60445f4efa48aa8f93c144f2668d7
SHA1: 816b3f791b95cc0a0cec616028a869ecc790dd4d
SHA256: cc4a2a50380a6e6295f59ef6468d351e6771e3adf68c12d79c6007e4b1cb25cc
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
batik-i18n-1.18.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.xmlgraphics/batik-codec@1.18
pkg:maven/org.apache.xmlgraphics/batik-transcoder@1.18
Evidence
Type Source Name Value Confidence
Vendor file name batik-i18n High
Vendor jar package name apache Highest
Vendor jar package name batik Highest
Vendor jar package name i18n Highest
Vendor Manifest automatic-module-name org.apache.xmlgraphics.batik.i18n Medium
Vendor pom artifactid batik-i18n Highest
Vendor pom artifactid batik-i18n Low
Vendor pom groupid org.apache.xmlgraphics Highest
Vendor pom name : High
Vendor pom parent-artifactid batik Low
Product file name batik-i18n High
Product jar package name apache Highest
Product jar package name batik Highest
Product jar package name i18n Highest
Product Manifest automatic-module-name org.apache.xmlgraphics.batik.i18n Medium
Product pom artifactid batik-i18n Highest
Product pom groupid org.apache.xmlgraphics Highest
Product pom name : High
Product pom parent-artifactid batik Medium
Version file version 1.18 High
Version pom version 1.18 Highest
bigdecimal-math-3.0.0.jar
Description:
A Java Math.BigDecimal Implementation of Core Mathematical Functions
License:
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007: https://www.gnu.org/licenses/lgpl-3.0.en.html
File Path: /home/cfolleau/.m2/repository/org/nevec/rjm/bigdecimal-math/3.0.0/bigdecimal-math-3.0.0.jar
MD5: 278f80c7d35b0795f0e86218514f0501
SHA1: d24cb50e3c1f0b2a8261040f9907442f95a983be
SHA256: cc13316716e2d1344408b59766d4524a78d53dbf36746050c5f8da17a22bfe27
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
bigdecimal-math-3.0.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/albizia@1.26.4
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name bigdecimal-math High
Vendor jar package name nevec Highest
Vendor jar package name nevec Low
Vendor jar package name rjm Highest
Vendor jar package name rjm Low
Vendor pom artifactid bigdecimal-math Highest
Vendor pom artifactid bigdecimal-math Low
Vendor pom developer email mathar@mpia.de Low
Vendor pom developer id rmathar Medium
Vendor pom developer name Dr. Richard J. Mathar Medium
Vendor pom developer org Max Planck Institute For Astronomy Medium
Vendor pom developer org URL http://www.mpia.de/en Medium
Vendor pom groupid org.nevec.rjm Highest
Vendor pom url keedio/bigdecimal-math Highest
Product file name bigdecimal-math High
Product jar package name nevec Highest
Product jar package name rjm Highest
Product jar package name rjm Low
Product pom artifactid bigdecimal-math Highest
Product pom developer email mathar@mpia.de Low
Product pom developer id rmathar Low
Product pom developer name Dr. Richard J. Mathar Low
Product pom developer org Max Planck Institute For Astronomy Low
Product pom developer org URL http://www.mpia.de/en Low
Product pom groupid org.nevec.rjm Highest
Product pom url keedio/bigdecimal-math High
Version file version 3.0.0 High
Version pom version 3.0.0 Highest
byte-buddy-1.17.8.jar
Description:
Byte Buddy is a Java library for creating Java classes at run time.
This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar
MD5: ac7292226046cb7206b349e21affecfe
SHA1: af5735f63d00ca47a9375fae5c7471a36331c6ed
SHA256: 2b5ddc8c1f4234bdb7cb45338a8e10a13e0e3ca473e91d5d821d681127ea8ba1
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
byte-buddy-1.17.8.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-test@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name byte-buddy High
Vendor jar package name asm Highest
Vendor jar package name build Highest
Vendor jar package name bytebuddy Highest
Vendor jar package name net Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-symbolicname net.bytebuddy.byte-buddy Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid byte-buddy Highest
Vendor pom artifactid byte-buddy Low
Vendor pom groupid net.bytebuddy Highest
Vendor pom name Byte Buddy (without dependencies) High
Vendor pom parent-artifactid byte-buddy-parent Low
Product file name byte-buddy High
Product jar package name asm Highest
Product jar package name build Highest
Product jar package name bytebuddy Highest
Product jar package name net Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest Bundle-Name Byte Buddy (without dependencies) Medium
Product Manifest bundle-symbolicname net.bytebuddy.byte-buddy Medium
Product Manifest multi-release true Low
Product pom artifactid byte-buddy Highest
Product pom groupid net.bytebuddy Highest
Product pom name Byte Buddy (without dependencies) High
Product pom parent-artifactid byte-buddy-parent Medium
Version file version 1.17.8 High
Version Manifest Bundle-Version 1.17.8 High
Version pom version 1.17.8 Highest
classmate-1.7.3.jar
Description:
Library for introspecting types with full generic information
including resolving of field and method types.
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/classmate/1.7.3/classmate-1.7.3.jar
MD5: d1a4a85ab782827adfa82772e3b5f483
SHA1: f61c7e7b81e9249b0f6a05914eff9d54fb09f4a0
SHA256: 75fbda45456f123fb6e2028a6189442d8d0730b357adce4c0a6d7e789f70669b
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
classmate-1.7.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name classmate High
Vendor jar package name classmate Highest
Vendor jar package name fasterxml Highest
Vendor jar package name types Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/java-classmate Low
Vendor Manifest bundle-symbolicname com.fasterxml.classmate Medium
Vendor Manifest Implementation-Vendor fasterxml.com High
Vendor Manifest Implementation-Vendor-Id com.fasterxml Medium
Vendor Manifest specification-vendor fasterxml.com Low
Vendor pom artifactid classmate Highest
Vendor pom artifactid classmate Low
Vendor pom developer email blangel@ocheyedan.net Low
Vendor pom developer email tatu@fasterxml.com Low
Vendor pom developer id blangel Medium
Vendor pom developer id tatu Medium
Vendor pom developer name Brian Langel Medium
Vendor pom developer name Tatu Saloranta Medium
Vendor pom groupid com.fasterxml Highest
Vendor pom name ClassMate High
Vendor pom organization name fasterxml.com High
Vendor pom organization url https://fasterxml.com Medium
Vendor pom parent-artifactid oss-parent Low
Vendor pom url FasterXML/java-classmate Highest
Product file name classmate High
Product jar package name classmate Highest
Product jar package name fasterxml Highest
Product jar package name types Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/java-classmate Low
Product Manifest Bundle-Name ClassMate Medium
Product Manifest bundle-symbolicname com.fasterxml.classmate Medium
Product Manifest Implementation-Title ClassMate High
Product Manifest specification-title ClassMate Medium
Product pom artifactid classmate Highest
Product pom developer email blangel@ocheyedan.net Low
Product pom developer email tatu@fasterxml.com Low
Product pom developer id blangel Low
Product pom developer id tatu Low
Product pom developer name Brian Langel Low
Product pom developer name Tatu Saloranta Low
Product pom groupid com.fasterxml Highest
Product pom name ClassMate High
Product pom organization name fasterxml.com Low
Product pom organization url https://fasterxml.com Low
Product pom parent-artifactid oss-parent Medium
Product pom url FasterXML/java-classmate High
Version file version 1.7.3 High
Version Manifest Bundle-Version 1.7.3 High
Version Manifest Implementation-Version 1.7.3 High
Version pom parent-version 1.7.3 Low
Version pom version 1.7.3 Highest
commons-beanutils-1.11.0.jar
Description:
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar
MD5: 32ed51f196dfda19e0dc1ce53eeed29e
SHA1: ac03ea606d13de04c2e4508227680faff151f491
SHA256: 9e44ba68ec9a3f21286fa2a8bbb003b735c0f69101bb43144b79f4f8aaa74709
Referenced In Project/Scope: grif-importer-xls:compile
commons-beanutils-1.11.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-importer-xls@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name commons-beanutils High
Vendor jar package name apache Highest
Vendor jar package name beanutils Highest
Vendor jar package name commons Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-beanutils Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-beanutils Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest Implementation-Vendor-Id org.apache Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-beanutils Highest
Vendor pom artifactid commons-beanutils Low
Vendor pom developer email britter@apache.org Low
Vendor pom developer email chtompki@apache.org Low
Vendor pom developer email craigmcc@apache.org Low
Vendor pom developer email dion@apache.org Low
Vendor pom developer email epugh@apache.org Low
Vendor pom developer email geirm@apache.org Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email jcarman@apache.org Low
Vendor pom developer email jconlon@apache.org Low
Vendor pom developer email jstrachan@apache.org Low
Vendor pom developer email morgand@apache.org Low
Vendor pom developer email mvdb@apache.org Low
Vendor pom developer email niallp@apache.org Low
Vendor pom developer email rdonkin@apache.org Low
Vendor pom developer email rwaldhoff@apache.org Low
Vendor pom developer email sanders@apache.org Low
Vendor pom developer email scolebourne@apache.org Low
Vendor pom developer email skitching@apache.org Low
Vendor pom developer email stain@apache.org Low
Vendor pom developer email tobrien@apache.org Low
Vendor pom developer email yoavs@apache.org Low
Vendor pom developer id britter Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id craigmcc Medium
Vendor pom developer id dion Medium
Vendor pom developer id epugh Medium
Vendor pom developer id geirm Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id jcarman Medium
Vendor pom developer id jconlon Medium
Vendor pom developer id jstrachan Medium
Vendor pom developer id morgand Medium
Vendor pom developer id mvdb Medium
Vendor pom developer id niallp Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id sanders Medium
Vendor pom developer id scolebourne Medium
Vendor pom developer id skitching Medium
Vendor pom developer id stain Medium
Vendor pom developer id tobrien Medium
Vendor pom developer id yoavs Medium
Vendor pom developer name Benedikt Ritter Medium
Vendor pom developer name Craig McClanahan Medium
Vendor pom developer name David Eric Pugh Medium
Vendor pom developer name Dion Gillard Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Geir Magnusson Jr. Medium
Vendor pom developer name James Carman Medium
Vendor pom developer name James Strachan Medium
Vendor pom developer name John E. Conlon Medium
Vendor pom developer name Martin van den Bemt Medium
Vendor pom developer name Morgan James Delagrange Medium
Vendor pom developer name Niall Pemberton Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Scott Sanders Medium
Vendor pom developer name Simon Kitching Medium
Vendor pom developer name Stephen Colebourne Medium
Vendor pom developer name Stian Soiland-Reyes Medium
Vendor pom developer name Tim O'Brien Medium
Vendor pom developer name Yoav Shapira Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid commons-beanutils Highest
Vendor pom name Apache Commons BeanUtils High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url https://commons.apache.org/proper/commons-beanutils Highest
Product file name commons-beanutils High
Product jar package name apache Highest
Product jar package name beanutils Highest
Product jar package name commons Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-beanutils Low
Product Manifest Bundle-Name Apache Commons BeanUtils Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-beanutils Medium
Product Manifest Implementation-Title Apache Commons BeanUtils High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons BeanUtils Medium
Product pom artifactid commons-beanutils Highest
Product pom developer email britter@apache.org Low
Product pom developer email chtompki@apache.org Low
Product pom developer email craigmcc@apache.org Low
Product pom developer email dion@apache.org Low
Product pom developer email epugh@apache.org Low
Product pom developer email geirm@apache.org Low
Product pom developer email ggregory at apache.org Low
Product pom developer email jcarman@apache.org Low
Product pom developer email jconlon@apache.org Low
Product pom developer email jstrachan@apache.org Low
Product pom developer email morgand@apache.org Low
Product pom developer email mvdb@apache.org Low
Product pom developer email niallp@apache.org Low
Product pom developer email rdonkin@apache.org Low
Product pom developer email rwaldhoff@apache.org Low
Product pom developer email sanders@apache.org Low
Product pom developer email scolebourne@apache.org Low
Product pom developer email skitching@apache.org Low
Product pom developer email stain@apache.org Low
Product pom developer email tobrien@apache.org Low
Product pom developer email yoavs@apache.org Low
Product pom developer id britter Low
Product pom developer id chtompki Low
Product pom developer id craigmcc Low
Product pom developer id dion Low
Product pom developer id epugh Low
Product pom developer id geirm Low
Product pom developer id ggregory Low
Product pom developer id jcarman Low
Product pom developer id jconlon Low
Product pom developer id jstrachan Low
Product pom developer id morgand Low
Product pom developer id mvdb Low
Product pom developer id niallp Low
Product pom developer id rdonkin Low
Product pom developer id rwaldhoff Low
Product pom developer id sanders Low
Product pom developer id scolebourne Low
Product pom developer id skitching Low
Product pom developer id stain Low
Product pom developer id tobrien Low
Product pom developer id yoavs Low
Product pom developer name Benedikt Ritter Low
Product pom developer name Craig McClanahan Low
Product pom developer name David Eric Pugh Low
Product pom developer name Dion Gillard Low
Product pom developer name Gary Gregory Low
Product pom developer name Geir Magnusson Jr. Low
Product pom developer name James Carman Low
Product pom developer name James Strachan Low
Product pom developer name John E. Conlon Low
Product pom developer name Martin van den Bemt Low
Product pom developer name Morgan James Delagrange Low
Product pom developer name Niall Pemberton Low
Product pom developer name Rob Tompkins Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Scott Sanders Low
Product pom developer name Simon Kitching Low
Product pom developer name Stephen Colebourne Low
Product pom developer name Stian Soiland-Reyes Low
Product pom developer name Tim O'Brien Low
Product pom developer name Yoav Shapira Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid commons-beanutils Highest
Product pom name Apache Commons BeanUtils High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url https://commons.apache.org/proper/commons-beanutils Medium
Version file version 1.11.0 High
Version Manifest Bundle-Version 1.11.0 High
Version Manifest Implementation-Version 1.11.0 High
Version pom parent-version 1.11.0 Low
Version pom version 1.11.0 Highest
commons-codec-1.18.0.jar
Description:
The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-codec/commons-codec/1.18.0/commons-codec-1.18.0.jar
MD5: 2abf189633424b9292fd57a3192c0ed5
SHA1: ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f
SHA256: ba005f304cef92a3dede24a38ad5ac9b8afccf0d8f75839d6c1338634cf7f6e4
Referenced In Project/Scope: grif-monitoring-client:provided
commons-codec-1.18.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name commons-codec High
Vendor jar package name apache Highest
Vendor jar package name codec Highest
Vendor jar package name commons Highest
Vendor jar package name digest Highest
Vendor Manifest automatic-module-name org.apache.commons.codec Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-codec/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-codec Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-codec Highest
Vendor pom artifactid commons-codec Low
Vendor pom developer email bayard@apache.org Low
Vendor pom developer email chtompki@apache.org Low
Vendor pom developer email dgraham@apache.org Low
Vendor pom developer email dlr@finemaltcoding.com Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email jon@collab.net Low
Vendor pom developer email julius@apache.org Low
Vendor pom developer email mattsicker@apache.org Low
Vendor pom developer email rwaldhoff@apache.org Low
Vendor pom developer email sanders@totalsync.com Low
Vendor pom developer email tn@apache.org Low
Vendor pom developer email tobrien@apache.org Low
Vendor pom developer id bayard Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id dgraham Medium
Vendor pom developer id dlr Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id jon Medium
Vendor pom developer id julius Medium
Vendor pom developer id mattsicker Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id sanders Medium
Vendor pom developer id tn Medium
Vendor pom developer id tobrien Medium
Vendor pom developer name Daniel Rall Medium
Vendor pom developer name David Graham Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Henri Yandell Medium
Vendor pom developer name Jon S. Stevens Medium
Vendor pom developer name Julius Davies Medium
Vendor pom developer name Matt Sicker Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Scott Sanders Medium
Vendor pom developer name Thomas Neidhart Medium
Vendor pom developer name Tim OBrien Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL http://juliusdavies.ca/ Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid commons-codec Highest
Vendor pom name Apache Commons Codec High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url https://commons.apache.org/proper/commons-codec/ Highest
Product file name commons-codec High
Product jar package name apache Highest
Product jar package name codec Highest
Product jar package name commons Highest
Product jar package name digest Highest
Product Manifest automatic-module-name org.apache.commons.codec Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-codec/ Low
Product Manifest Bundle-Name Apache Commons Codec Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-codec Medium
Product Manifest Implementation-Title Apache Commons Codec High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Codec Medium
Product pom artifactid commons-codec Highest
Product pom developer email bayard@apache.org Low
Product pom developer email chtompki@apache.org Low
Product pom developer email dgraham@apache.org Low
Product pom developer email dlr@finemaltcoding.com Low
Product pom developer email ggregory at apache.org Low
Product pom developer email jon@collab.net Low
Product pom developer email julius@apache.org Low
Product pom developer email mattsicker@apache.org Low
Product pom developer email rwaldhoff@apache.org Low
Product pom developer email sanders@totalsync.com Low
Product pom developer email tn@apache.org Low
Product pom developer email tobrien@apache.org Low
Product pom developer id bayard Low
Product pom developer id chtompki Low
Product pom developer id dgraham Low
Product pom developer id dlr Low
Product pom developer id ggregory Low
Product pom developer id jon Low
Product pom developer id julius Low
Product pom developer id mattsicker Low
Product pom developer id rwaldhoff Low
Product pom developer id sanders Low
Product pom developer id tn Low
Product pom developer id tobrien Low
Product pom developer name Daniel Rall Low
Product pom developer name David Graham Low
Product pom developer name Gary Gregory Low
Product pom developer name Henri Yandell Low
Product pom developer name Jon S. Stevens Low
Product pom developer name Julius Davies Low
Product pom developer name Matt Sicker Low
Product pom developer name Rob Tompkins Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Scott Sanders Low
Product pom developer name Thomas Neidhart Low
Product pom developer name Tim OBrien Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL http://juliusdavies.ca/ Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid commons-codec Highest
Product pom name Apache Commons Codec High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url https://commons.apache.org/proper/commons-codec/ Medium
Version file version 1.18.0 High
Version Manifest Bundle-Version 1.18.0 High
Version Manifest Implementation-Version 1.18.0 High
Version pom parent-version 1.18.0 Low
Version pom version 1.18.0 Highest
commons-codec-1.20.0.jar
Description:
The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar
MD5: 3fb10a4c7cc664241cc4ca8a0e10b0b8
SHA1: 6a671d1c456a875ff61abec63216f754078bb0ed
SHA256: 6af66595f9f6a7bb58ce66518d6888d40b547c366d2262f06676eee19528ff66
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-turbomeca:provided
grif:compile
commons-codec-1.20.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-checksums@18.0.0
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-codec High
Vendor jar package name apache Highest
Vendor jar package name codec Highest
Vendor jar package name commons Highest
Vendor jar package name digest Highest
Vendor Manifest automatic-module-name org.apache.commons.codec Medium
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-codec/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-codec Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-codec Highest
Vendor pom artifactid commons-codec Low
Vendor pom developer email bayard@apache.org Low
Vendor pom developer email chtompki@apache.org Low
Vendor pom developer email dgraham@apache.org Low
Vendor pom developer email dlr@finemaltcoding.com Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email jon@collab.net Low
Vendor pom developer email julius@apache.org Low
Vendor pom developer email mattsicker@apache.org Low
Vendor pom developer email rwaldhoff@apache.org Low
Vendor pom developer email sanders@totalsync.com Low
Vendor pom developer email tn@apache.org Low
Vendor pom developer email tobrien@apache.org Low
Vendor pom developer id bayard Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id dgraham Medium
Vendor pom developer id dlr Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id jon Medium
Vendor pom developer id julius Medium
Vendor pom developer id mattsicker Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id sanders Medium
Vendor pom developer id tn Medium
Vendor pom developer id tobrien Medium
Vendor pom developer name Daniel Rall Medium
Vendor pom developer name David Graham Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Henri Yandell Medium
Vendor pom developer name Jon S. Stevens Medium
Vendor pom developer name Julius Davies Medium
Vendor pom developer name Matt Sicker Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Scott Sanders Medium
Vendor pom developer name Thomas Neidhart Medium
Vendor pom developer name Tim OBrien Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://juliusdavies.ca/ Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid commons-codec Highest
Vendor pom name Apache Commons Codec High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url https://commons.apache.org/proper/commons-codec/ Highest
Product file name commons-codec High
Product jar package name apache Highest
Product jar package name codec Highest
Product jar package name commons Highest
Product jar package name digest Highest
Product Manifest automatic-module-name org.apache.commons.codec Medium
Product Manifest build-jdk-spec 25 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-codec/ Low
Product Manifest Bundle-Name Apache Commons Codec Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-codec Medium
Product Manifest Implementation-Title Apache Commons Codec High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Codec Medium
Product pom artifactid commons-codec Highest
Product pom developer email bayard@apache.org Low
Product pom developer email chtompki@apache.org Low
Product pom developer email dgraham@apache.org Low
Product pom developer email dlr@finemaltcoding.com Low
Product pom developer email ggregory at apache.org Low
Product pom developer email jon@collab.net Low
Product pom developer email julius@apache.org Low
Product pom developer email mattsicker@apache.org Low
Product pom developer email rwaldhoff@apache.org Low
Product pom developer email sanders@totalsync.com Low
Product pom developer email tn@apache.org Low
Product pom developer email tobrien@apache.org Low
Product pom developer id bayard Low
Product pom developer id chtompki Low
Product pom developer id dgraham Low
Product pom developer id dlr Low
Product pom developer id ggregory Low
Product pom developer id jon Low
Product pom developer id julius Low
Product pom developer id mattsicker Low
Product pom developer id rwaldhoff Low
Product pom developer id sanders Low
Product pom developer id tn Low
Product pom developer id tobrien Low
Product pom developer name Daniel Rall Low
Product pom developer name David Graham Low
Product pom developer name Gary Gregory Low
Product pom developer name Henri Yandell Low
Product pom developer name Jon S. Stevens Low
Product pom developer name Julius Davies Low
Product pom developer name Matt Sicker Low
Product pom developer name Rob Tompkins Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Scott Sanders Low
Product pom developer name Thomas Neidhart Low
Product pom developer name Tim OBrien Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://juliusdavies.ca/ Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid commons-codec Highest
Product pom name Apache Commons Codec High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url https://commons.apache.org/proper/commons-codec/ Medium
Version file version 1.20.0 High
Version Manifest Bundle-Version 1.20.0 High
Version Manifest Implementation-Version 1.20.0 High
Version pom parent-version 1.20.0 Low
Version pom version 1.20.0 Highest
commons-collections-3.2.2.jar
Description:
Types that extend and augment the Java Collections Framework.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
MD5: f54a8510f834a1a57166970bfc982e94
SHA1: 8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5
SHA256: eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8
Referenced In Project/Scope: grif-importer-xls:compile
commons-collections-3.2.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/commons-beanutils/commons-beanutils@1.11.0
Evidence
Type Source Name Value Confidence
Vendor file name commons-collections High
Vendor jar package name apache Highest
Vendor jar package name collections Highest
Vendor jar package name commons Highest
Vendor Manifest bundle-docurl http://commons.apache.org/collections/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.collections Medium
Vendor Manifest implementation-build tags/COLLECTIONS_3_2_2_RC3@r1714131; 2015-11-13 00:09:45+0100 Low
Vendor Manifest implementation-url http://commons.apache.org/collections/ Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest Implementation-Vendor-Id org.apache Medium
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-collections Highest
Vendor pom artifactid commons-collections Low
Vendor pom developer id amamment Medium
Vendor pom developer id bayard Medium
Vendor pom developer id craigmcc Medium
Vendor pom developer id geirm Medium
Vendor pom developer id jcarman Medium
Vendor pom developer id matth Medium
Vendor pom developer id morgand Medium
Vendor pom developer id psteitz Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id scolebourne Medium
Vendor pom developer name Arun M. Thomas Medium
Vendor pom developer name Craig McClanahan Medium
Vendor pom developer name Geir Magnusson Medium
Vendor pom developer name Henri Yandell Medium
Vendor pom developer name James Carman Medium
Vendor pom developer name Matthew Hawthorne Medium
Vendor pom developer name Morgan Delagrange Medium
Vendor pom developer name Phil Steitz Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Stephen Colebourne Medium
Vendor pom groupid commons-collections Highest
Vendor pom name Apache Commons Collections High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url http://commons.apache.org/collections/ Highest
Product file name commons-collections High
Product jar package name apache Highest
Product jar package name collections Highest
Product jar package name commons Highest
Product Manifest bundle-docurl http://commons.apache.org/collections/ Low
Product Manifest Bundle-Name Apache Commons Collections Medium
Product Manifest bundle-symbolicname org.apache.commons.collections Medium
Product Manifest implementation-build tags/COLLECTIONS_3_2_2_RC3@r1714131; 2015-11-13 00:09:45+0100 Low
Product Manifest Implementation-Title Apache Commons Collections High
Product Manifest implementation-url http://commons.apache.org/collections/ Low
Product Manifest specification-title Apache Commons Collections Medium
Product pom artifactid commons-collections Highest
Product pom developer id amamment Low
Product pom developer id bayard Low
Product pom developer id craigmcc Low
Product pom developer id geirm Low
Product pom developer id jcarman Low
Product pom developer id matth Low
Product pom developer id morgand Low
Product pom developer id psteitz Low
Product pom developer id rdonkin Low
Product pom developer id rwaldhoff Low
Product pom developer id scolebourne Low
Product pom developer name Arun M. Thomas Low
Product pom developer name Craig McClanahan Low
Product pom developer name Geir Magnusson Low
Product pom developer name Henri Yandell Low
Product pom developer name James Carman Low
Product pom developer name Matthew Hawthorne Low
Product pom developer name Morgan Delagrange Low
Product pom developer name Phil Steitz Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Stephen Colebourne Low
Product pom groupid commons-collections Highest
Product pom name Apache Commons Collections High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url http://commons.apache.org/collections/ Medium
Version file version 3.2.2 High
Version Manifest Bundle-Version 3.2.2 High
Version Manifest Implementation-Version 3.2.2 High
Version pom parent-version 3.2.2 Low
Version pom version 3.2.2 Highest
commons-collections4-4.5.0.jar
Description:
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar
MD5: d564105594035b363b193d8ce3c18b98
SHA1: e5cf89f0c6e132fc970bd9a465fdcb8dbe94f75a
SHA256: 00f93263c267be201b8ae521b44a7137271b16688435340bf629db1bac0a5845
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
commons-collections4-4.5.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-collections4 High
Vendor jar package name apache Highest
Vendor jar package name collections4 Highest
Vendor jar package name commons Highest
Vendor Manifest automatic-module-name org.apache.commons.collections4 Medium
Vendor Manifest build-jdk-spec 23 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-collections/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-collections4 Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-collections4 Highest
Vendor pom artifactid commons-collections4 Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer id adriannistor Medium
Vendor pom developer id amamment Medium
Vendor pom developer id bayard Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id craigmcc Medium
Vendor pom developer id dlaha Medium
Vendor pom developer id geirm Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id jcarman Medium
Vendor pom developer id luc Medium
Vendor pom developer id matth Medium
Vendor pom developer id mbenson Medium
Vendor pom developer id morgand Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id scolebourne Medium
Vendor pom developer id tn Medium
Vendor pom developer name Adrian Nistor Medium
Vendor pom developer name Arun M. Thomas Medium
Vendor pom developer name Craig McClanahan Medium
Vendor pom developer name Dipanjan Laha Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Geir Magnusson Medium
Vendor pom developer name Henri Yandell Medium
Vendor pom developer name James Carman Medium
Vendor pom developer name Luc Maisonobe Medium
Vendor pom developer name Matt Benson Medium
Vendor pom developer name Matthew Hawthorne Medium
Vendor pom developer name Morgan Delagrange Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Stephen Colebourne Medium
Vendor pom developer name Thomas Neidhart Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid org.apache.commons Highest
Vendor pom name Apache Commons Collections High
Vendor pom parent-artifactid commons-parent Low
Vendor pom url https://commons.apache.org/proper/commons-collections/ Highest
Product file name commons-collections4 High
Product jar package name apache Highest
Product jar package name collections4 Highest
Product jar package name commons Highest
Product Manifest automatic-module-name org.apache.commons.collections4 Medium
Product Manifest build-jdk-spec 23 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-collections/ Low
Product Manifest Bundle-Name Apache Commons Collections Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-collections4 Medium
Product Manifest Implementation-Title Apache Commons Collections High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Collections Medium
Product pom artifactid commons-collections4 Highest
Product pom developer email ggregory at apache.org Low
Product pom developer id adriannistor Low
Product pom developer id amamment Low
Product pom developer id bayard Low
Product pom developer id chtompki Low
Product pom developer id craigmcc Low
Product pom developer id dlaha Low
Product pom developer id geirm Low
Product pom developer id ggregory Low
Product pom developer id jcarman Low
Product pom developer id luc Low
Product pom developer id matth Low
Product pom developer id mbenson Low
Product pom developer id morgand Low
Product pom developer id rdonkin Low
Product pom developer id rwaldhoff Low
Product pom developer id scolebourne Low
Product pom developer id tn Low
Product pom developer name Adrian Nistor Low
Product pom developer name Arun M. Thomas Low
Product pom developer name Craig McClanahan Low
Product pom developer name Dipanjan Laha Low
Product pom developer name Gary Gregory Low
Product pom developer name Geir Magnusson Low
Product pom developer name Henri Yandell Low
Product pom developer name James Carman Low
Product pom developer name Luc Maisonobe Low
Product pom developer name Matt Benson Low
Product pom developer name Matthew Hawthorne Low
Product pom developer name Morgan Delagrange Low
Product pom developer name Rob Tompkins Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Stephen Colebourne Low
Product pom developer name Thomas Neidhart Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid org.apache.commons Highest
Product pom name Apache Commons Collections High
Product pom parent-artifactid commons-parent Medium
Product pom url https://commons.apache.org/proper/commons-collections/ Medium
Version file version 4.5.0 High
Version Manifest Bundle-Version 4.5.0 High
Version Manifest Implementation-Version 4.5.0 High
Version pom parent-version 4.5.0 Low
Version pom version 4.5.0 Highest
commons-compress-1.28.0.jar
Description:
Apache Commons Compress defines an API for working with
compression and archive formats. These include bzip2, gzip, pack200,
LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
MD5: f33efe616d561f8281ef7bf9f2576ad0
SHA1: e482f2c7a88dac3c497e96aa420b6a769f59c8d7
SHA256: e1522945218456f3649a39bc4afd70ce4bd466221519dba7d378f2141a4642ca
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
commons-compress-1.28.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi-ooxml@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-compress High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name compress Highest
Vendor Manifest automatic-module-name org.apache.commons.compress Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-compress/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-compress Medium
Vendor Manifest extension-name org.apache.commons.compress Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest Implementation-Vendor-Id org.apache Medium
Vendor Manifest multi-release true Low
Vendor Manifest originally-created-by Apache Maven Bundle Plugin 6.0.0 Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-compress Highest
Vendor pom artifactid commons-compress Low
Vendor pom developer email bodewig at apache.org Low
Vendor pom developer email chtompki at apache.org Low
Vendor pom developer email damjan at apache.org Low
Vendor pom developer email ebourg at apache.org Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email grobmeier at apache.org Low
Vendor pom developer email julius at apache.org Low
Vendor pom developer email peterlee at apache.org Low
Vendor pom developer email sebb at apache.org Low
Vendor pom developer email tcurdt at apache.org Low
Vendor pom developer id bodewig Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id damjan Medium
Vendor pom developer id ebourg Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id grobmeier Medium
Vendor pom developer id julius Medium
Vendor pom developer id peterlee Medium
Vendor pom developer id sebb Medium
Vendor pom developer id tcurdt Medium
Vendor pom developer name Christian Grobmeier Medium
Vendor pom developer name Damjan Jovanovic Medium
Vendor pom developer name Emmanuel Bourg Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Julius Davies Medium
Vendor pom developer name Peter Alfred Lee Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer name Sebastian Bazley Medium
Vendor pom developer name Stefan Bodewig Medium
Vendor pom developer name Torsten Curdt Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid org.apache.commons Highest
Vendor pom name Apache Commons Compress High
Vendor pom parent-artifactid commons-parent Low
Vendor pom url https://commons.apache.org/proper/commons-compress/ Highest
Product file name commons-compress High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name compress Highest
Product Manifest automatic-module-name org.apache.commons.compress Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-compress/ Low
Product Manifest Bundle-Name Apache Commons Compress Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-compress Medium
Product Manifest extension-name org.apache.commons.compress Medium
Product Manifest Implementation-Title Apache Commons Compress High
Product Manifest multi-release true Low
Product Manifest originally-created-by Apache Maven Bundle Plugin 6.0.0 Low
Product Manifest specification-title Apache Commons Compress Medium
Product pom artifactid commons-compress Highest
Product pom developer email bodewig at apache.org Low
Product pom developer email chtompki at apache.org Low
Product pom developer email damjan at apache.org Low
Product pom developer email ebourg at apache.org Low
Product pom developer email ggregory at apache.org Low
Product pom developer email grobmeier at apache.org Low
Product pom developer email julius at apache.org Low
Product pom developer email peterlee at apache.org Low
Product pom developer email sebb at apache.org Low
Product pom developer email tcurdt at apache.org Low
Product pom developer id bodewig Low
Product pom developer id chtompki Low
Product pom developer id damjan Low
Product pom developer id ebourg Low
Product pom developer id ggregory Low
Product pom developer id grobmeier Low
Product pom developer id julius Low
Product pom developer id peterlee Low
Product pom developer id sebb Low
Product pom developer id tcurdt Low
Product pom developer name Christian Grobmeier Low
Product pom developer name Damjan Jovanovic Low
Product pom developer name Emmanuel Bourg Low
Product pom developer name Gary Gregory Low
Product pom developer name Julius Davies Low
Product pom developer name Peter Alfred Lee Low
Product pom developer name Rob Tompkins Low
Product pom developer name Sebastian Bazley Low
Product pom developer name Stefan Bodewig Low
Product pom developer name Torsten Curdt Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid org.apache.commons Highest
Product pom name Apache Commons Compress High
Product pom parent-artifactid commons-parent Medium
Product pom url https://commons.apache.org/proper/commons-compress/ Medium
Version file version 1.28.0 High
Version Manifest Bundle-Version 1.28.0 High
Version Manifest Implementation-Version 1.28.0 High
Version pom parent-version 1.28.0 Low
Version pom version 1.28.0 Highest
commons-configuration2-2.15.1.jar
Description:
The Commons Configuration software library provides a generic configuration interface that enables an application to read configuration data from
various sources and requires Java 8.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/commons/commons-configuration2/2.15.1/commons-configuration2-2.15.1.jar
MD5: 9482ce105607d28f4d259397218bd2bb
SHA1: 4a9d0b7656fee32af48f81ca18cda0158191fe10
SHA256: 61ba5eaab8a17087042fe3d6811573bb85ccbdd6bd9d21ad464e6e20559dd1e8
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
commons-configuration2-2.15.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-configuration2 High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name configuration Highest
Vendor jar package name configuration2 Highest
Vendor Manifest automatic-module-name org.apache.commons.configuration2 Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-configuration/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-configuration2 Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-configuration2 Highest
Vendor pom artifactid commons-configuration2 Low
Vendor pom developer email bdunbar@dunbarconsulting.org Low
Vendor pom developer email chtompki@apache.org Low
Vendor pom developer email claude@apache.org Low
Vendor pom developer email dion@multitask.com.au Low
Vendor pom developer email dlr@finemaltcoding.com Low
Vendor pom developer email ebourg@apache.org Low
Vendor pom developer email epugh@upstate.com Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email hps@intermeta.de Low
Vendor pom developer email jason@zenplex.com Low
Vendor pom developer email joerg.schaible@gmx.de Low
Vendor pom developer email mpoeschl@marmot.at Low
Vendor pom developer email oheger@apache.org Low
Vendor pom developer email rgoers@apache.org Low
Vendor pom developer id bdunbar Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id claudenw Medium
Vendor pom developer id dion Medium
Vendor pom developer id dlr Medium
Vendor pom developer id ebourg Medium
Vendor pom developer id epugh Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id henning Medium
Vendor pom developer id joehni Medium
Vendor pom developer id jvanzyl Medium
Vendor pom developer id mpoeschl Medium
Vendor pom developer id oheger Medium
Vendor pom developer id rgoers Medium
Vendor pom developer name Brian E. Dunbar Medium
Vendor pom developer name Claude Warren Medium
Vendor pom developer name Daniel Rall Medium
Vendor pom developer name dIon Gillard Medium
Vendor pom developer name Emmanuel Bourg Medium
Vendor pom developer name Eric Pugh Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Henning P. Schmiedehausen Medium
Vendor pom developer name Jörg Schaible Medium
Vendor pom developer name Jason van Zyl Medium
Vendor pom developer name Martin Poeschl Medium
Vendor pom developer name Oliver Heger Medium
Vendor pom developer name Ralph Goers Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer org Ariane Software Medium
Vendor pom developer org Bosch Software Innovations Medium
Vendor pom developer org CollabNet, Inc. Medium
Vendor pom developer org dunbarconsulting.org Medium
Vendor pom developer org INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Medium
Vendor pom developer org Intuit Medium
Vendor pom developer org Multitask Consulting Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org tucana.at Medium
Vendor pom developer org upstate.com Medium
Vendor pom developer org Zenplex Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid org.apache.commons Highest
Vendor pom name Apache Commons Configuration High
Vendor pom parent-artifactid commons-parent Low
Vendor pom url https://commons.apache.org/proper/commons-configuration/ Highest
Product file name commons-configuration2 High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name configuration Highest
Product jar package name configuration2 Highest
Product Manifest automatic-module-name org.apache.commons.configuration2 Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-configuration/ Low
Product Manifest Bundle-Name Apache Commons Configuration Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-configuration2 Medium
Product Manifest Implementation-Title Apache Commons Configuration High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Configuration Medium
Product pom artifactid commons-configuration2 Highest
Product pom developer email bdunbar@dunbarconsulting.org Low
Product pom developer email chtompki@apache.org Low
Product pom developer email claude@apache.org Low
Product pom developer email dion@multitask.com.au Low
Product pom developer email dlr@finemaltcoding.com Low
Product pom developer email ebourg@apache.org Low
Product pom developer email epugh@upstate.com Low
Product pom developer email ggregory at apache.org Low
Product pom developer email hps@intermeta.de Low
Product pom developer email jason@zenplex.com Low
Product pom developer email joerg.schaible@gmx.de Low
Product pom developer email mpoeschl@marmot.at Low
Product pom developer email oheger@apache.org Low
Product pom developer email rgoers@apache.org Low
Product pom developer id bdunbar Low
Product pom developer id chtompki Low
Product pom developer id claudenw Low
Product pom developer id dion Low
Product pom developer id dlr Low
Product pom developer id ebourg Low
Product pom developer id epugh Low
Product pom developer id ggregory Low
Product pom developer id henning Low
Product pom developer id joehni Low
Product pom developer id jvanzyl Low
Product pom developer id mpoeschl Low
Product pom developer id oheger Low
Product pom developer id rgoers Low
Product pom developer name Brian E. Dunbar Low
Product pom developer name Claude Warren Low
Product pom developer name Daniel Rall Low
Product pom developer name dIon Gillard Low
Product pom developer name Emmanuel Bourg Low
Product pom developer name Eric Pugh Low
Product pom developer name Gary Gregory Low
Product pom developer name Henning P. Schmiedehausen Low
Product pom developer name Jörg Schaible Low
Product pom developer name Jason van Zyl Low
Product pom developer name Martin Poeschl Low
Product pom developer name Oliver Heger Low
Product pom developer name Ralph Goers Low
Product pom developer name Rob Tompkins Low
Product pom developer org Ariane Software Low
Product pom developer org Bosch Software Innovations Low
Product pom developer org CollabNet, Inc. Low
Product pom developer org dunbarconsulting.org Low
Product pom developer org INTERMETA - Gesellschaft fuer Mehrwertdienste mbH Low
Product pom developer org Intuit Low
Product pom developer org Multitask Consulting Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org tucana.at Low
Product pom developer org upstate.com Low
Product pom developer org Zenplex Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid org.apache.commons Highest
Product pom name Apache Commons Configuration High
Product pom parent-artifactid commons-parent Medium
Product pom url https://commons.apache.org/proper/commons-configuration/ Medium
Version file version 2.15.1 High
Version Manifest Bundle-Version 2.15.1 High
Version Manifest Implementation-Version 2.15.1 High
Version pom parent-version 2.15.1 Low
Version pom version 2.15.1 Highest
commons-io-2.21.0.jar
Description:
The Apache Commons IO library contains utility classes, stream implementations, file filters,
file comparators, endian transformation classes, and much more.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
MD5: bc7e020873f086ede85f97bd9f013215
SHA1: 52a6f68fe5afe335cde95461dd5c3412f04996f7
SHA256: 7d643a2afea8b058b762aa6fb90e5b256f6c729739f8b3784c3370ddc609e88d
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
commons-io-2.21.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-io High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name file Highest
Vendor jar package name io Highest
Vendor Manifest automatic-module-name org.apache.commons.io Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-io/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-io Medium
Vendor Manifest enabledynamicagentloading -XX:+EnableDynamicAgentLoading Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-io Highest
Vendor pom artifactid commons-io Low
Vendor pom developer email bayard@apache.org Low
Vendor pom developer email dion@apache.org Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email jeremias@apache.org Low
Vendor pom developer email jochen.wiedmann@gmail.com Low
Vendor pom developer email krosenvold@apache.org Low
Vendor pom developer email martinc@apache.org Low
Vendor pom developer email matth@apache.org Low
Vendor pom developer email nicolaken@apache.org Low
Vendor pom developer email roxspring@apache.org Low
Vendor pom developer email sanders@apache.org Low
Vendor pom developer id bayard Medium
Vendor pom developer id dion Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id jeremias Medium
Vendor pom developer id jochen Medium
Vendor pom developer id jukka Medium
Vendor pom developer id krosenvold Medium
Vendor pom developer id martinc Medium
Vendor pom developer id matth Medium
Vendor pom developer id niallp Medium
Vendor pom developer id nicolaken Medium
Vendor pom developer id roxspring Medium
Vendor pom developer id sanders Medium
Vendor pom developer id scolebourne Medium
Vendor pom developer name dIon Gillard Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Henri Yandell Medium
Vendor pom developer name Jeremias Maerki Medium
Vendor pom developer name Jochen Wiedmann Medium
Vendor pom developer name Jukka Zitting Medium
Vendor pom developer name Kristian Rosenvold Medium
Vendor pom developer name Martin Cooper Medium
Vendor pom developer name Matthew Hawthorne Medium
Vendor pom developer name Niall Pemberton Medium
Vendor pom developer name Nicola Ken Barozzi Medium
Vendor pom developer name Rob Oxspring Medium
Vendor pom developer name Scott Sanders Medium
Vendor pom developer name Stephen Colebourne Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid commons-io Highest
Vendor pom name Apache Commons IO High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url https://commons.apache.org/proper/commons-io/ Highest
Product file name commons-io High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name file Highest
Product jar package name io Highest
Product Manifest automatic-module-name org.apache.commons.io Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-io/ Low
Product Manifest Bundle-Name Apache Commons IO Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-io Medium
Product Manifest enabledynamicagentloading -XX:+EnableDynamicAgentLoading Low
Product Manifest Implementation-Title Apache Commons IO High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons IO Medium
Product pom artifactid commons-io Highest
Product pom developer email bayard@apache.org Low
Product pom developer email dion@apache.org Low
Product pom developer email ggregory at apache.org Low
Product pom developer email jeremias@apache.org Low
Product pom developer email jochen.wiedmann@gmail.com Low
Product pom developer email krosenvold@apache.org Low
Product pom developer email martinc@apache.org Low
Product pom developer email matth@apache.org Low
Product pom developer email nicolaken@apache.org Low
Product pom developer email roxspring@apache.org Low
Product pom developer email sanders@apache.org Low
Product pom developer id bayard Low
Product pom developer id dion Low
Product pom developer id ggregory Low
Product pom developer id jeremias Low
Product pom developer id jochen Low
Product pom developer id jukka Low
Product pom developer id krosenvold Low
Product pom developer id martinc Low
Product pom developer id matth Low
Product pom developer id niallp Low
Product pom developer id nicolaken Low
Product pom developer id roxspring Low
Product pom developer id sanders Low
Product pom developer id scolebourne Low
Product pom developer name dIon Gillard Low
Product pom developer name Gary Gregory Low
Product pom developer name Henri Yandell Low
Product pom developer name Jeremias Maerki Low
Product pom developer name Jochen Wiedmann Low
Product pom developer name Jukka Zitting Low
Product pom developer name Kristian Rosenvold Low
Product pom developer name Martin Cooper Low
Product pom developer name Matthew Hawthorne Low
Product pom developer name Niall Pemberton Low
Product pom developer name Nicola Ken Barozzi Low
Product pom developer name Rob Oxspring Low
Product pom developer name Scott Sanders Low
Product pom developer name Stephen Colebourne Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid commons-io Highest
Product pom name Apache Commons IO High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url https://commons.apache.org/proper/commons-io/ Medium
Version file version 2.21.0 High
Version Manifest Bundle-Version 2.21.0 High
Version Manifest Implementation-Version 2.21.0 High
Version pom parent-version 2.21.0 Low
Version pom version 2.21.0 Highest
commons-lang3-3.18.0.jar
Description:
Apache Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang.
The code is tested using the latest revision of the JDK for supported
LTS releases: 8, 11, 17 and 21 currently.
See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
Please ensure your build environment is up-to-date and kindly report any build issues.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar
MD5: 48b9886957920a4cdb602780ca345087
SHA1: fb14946f0e39748a6571de0635acbe44e7885491
SHA256: 4eeeae8d20c078abb64b015ec158add383ac581571cddc45c68f0c9ae0230720
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
grif-turbomeca:provided
grif:compile
commons-lang3-3.18.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.healthmarketscience.jackcess/jackcess@4.0.1
pkg:maven/com.opencsv/opencsv@5.11
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.commons/commons-text@1.13.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-lang3 High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name lang3 Highest
Vendor Manifest automatic-module-name org.apache.commons.lang3 Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-lang/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.lang3 Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-lang3 Highest
Vendor pom artifactid commons-lang3 Low
Vendor pom developer email bayard@apache.org Low
Vendor pom developer email britter@apache.org Low
Vendor pom developer email chtompki@apache.org Low
Vendor pom developer email djones@apache.org Low
Vendor pom developer email dlr@finemaltcoding.com Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email jcarman@apache.org Low
Vendor pom developer email joerg.schaible@gmx.de Low
Vendor pom developer email lguibert@apache.org Low
Vendor pom developer email oheger@apache.org Low
Vendor pom developer email pbenedict@apache.org Low
Vendor pom developer email rdonkin@apache.org Low
Vendor pom developer email scolebourne@joda.org Low
Vendor pom developer email stevencaswell@apache.org Low
Vendor pom developer id bayard Medium
Vendor pom developer id britter Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id djones Medium
Vendor pom developer id dlr Medium
Vendor pom developer id fredrik Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id jcarman Medium
Vendor pom developer id joehni Medium
Vendor pom developer id lguibert Medium
Vendor pom developer id mbenson Medium
Vendor pom developer id niallp Medium
Vendor pom developer id oheger Medium
Vendor pom developer id pbenedict Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id scaswell Medium
Vendor pom developer id scolebourne Medium
Vendor pom developer name Benedikt Ritter Medium
Vendor pom developer name Daniel Rall Medium
Vendor pom developer name Duncan Jones Medium
Vendor pom developer name Fredrik Westermarck Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Henri Yandell Medium
Vendor pom developer name James Carman Medium
Vendor pom developer name Joerg Schaible Medium
Vendor pom developer name Loic Guibert Medium
Vendor pom developer name Matt Benson Medium
Vendor pom developer name Niall Pemberton Medium
Vendor pom developer name Oliver Heger Medium
Vendor pom developer name Paul Benedict Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Stephen Colebourne Medium
Vendor pom developer name Steven Caswell Medium
Vendor pom developer org Carman Consulting, Inc. Medium
Vendor pom developer org CollabNet, Inc. Medium
Vendor pom developer org SITA ATS Ltd Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid org.apache.commons Highest
Vendor pom name Apache Commons Lang High
Vendor pom parent-artifactid commons-parent Low
Vendor pom url https://commons.apache.org/proper/commons-lang/ Highest
Product file name commons-lang3 High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name lang3 Highest
Product Manifest automatic-module-name org.apache.commons.lang3 Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-lang/ Low
Product Manifest Bundle-Name Apache Commons Lang Medium
Product Manifest bundle-symbolicname org.apache.commons.lang3 Medium
Product Manifest Implementation-Title Apache Commons Lang High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Lang Medium
Product pom artifactid commons-lang3 Highest
Product pom developer email bayard@apache.org Low
Product pom developer email britter@apache.org Low
Product pom developer email chtompki@apache.org Low
Product pom developer email djones@apache.org Low
Product pom developer email dlr@finemaltcoding.com Low
Product pom developer email ggregory at apache.org Low
Product pom developer email jcarman@apache.org Low
Product pom developer email joerg.schaible@gmx.de Low
Product pom developer email lguibert@apache.org Low
Product pom developer email oheger@apache.org Low
Product pom developer email pbenedict@apache.org Low
Product pom developer email rdonkin@apache.org Low
Product pom developer email scolebourne@joda.org Low
Product pom developer email stevencaswell@apache.org Low
Product pom developer id bayard Low
Product pom developer id britter Low
Product pom developer id chtompki Low
Product pom developer id djones Low
Product pom developer id dlr Low
Product pom developer id fredrik Low
Product pom developer id ggregory Low
Product pom developer id jcarman Low
Product pom developer id joehni Low
Product pom developer id lguibert Low
Product pom developer id mbenson Low
Product pom developer id niallp Low
Product pom developer id oheger Low
Product pom developer id pbenedict Low
Product pom developer id rdonkin Low
Product pom developer id scaswell Low
Product pom developer id scolebourne Low
Product pom developer name Benedikt Ritter Low
Product pom developer name Daniel Rall Low
Product pom developer name Duncan Jones Low
Product pom developer name Fredrik Westermarck Low
Product pom developer name Gary Gregory Low
Product pom developer name Henri Yandell Low
Product pom developer name James Carman Low
Product pom developer name Joerg Schaible Low
Product pom developer name Loic Guibert Low
Product pom developer name Matt Benson Low
Product pom developer name Niall Pemberton Low
Product pom developer name Oliver Heger Low
Product pom developer name Paul Benedict Low
Product pom developer name Rob Tompkins Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Stephen Colebourne Low
Product pom developer name Steven Caswell Low
Product pom developer org Carman Consulting, Inc. Low
Product pom developer org CollabNet, Inc. Low
Product pom developer org SITA ATS Ltd Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid org.apache.commons Highest
Product pom name Apache Commons Lang High
Product pom parent-artifactid commons-parent Medium
Product pom url https://commons.apache.org/proper/commons-lang/ Medium
Version file version 3.18.0 High
Version Manifest Bundle-Version 3.18.0 High
Version Manifest Implementation-Version 3.18.0 High
Version pom parent-version 3.18.0 Low
Version pom version 3.18.0 Highest
commons-logging-1.2.jar
Description:
Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
MD5: 040b4b4d8eac886f6b4a2a3bd2f31b00
SHA1: 4bfc12adfe4842bf07b657f0369c4cb522955686
SHA256: daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
commons-logging-1.2.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.healthmarketscience.jackcess/jackcess@4.0.1
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name commons-logging High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name logging Highest
Vendor Manifest bundle-docurl http://commons.apache.org/proper/commons-logging/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.logging Medium
Vendor Manifest implementation-build tags/LOGGING_1_2_RC2@r1608092; 2014-07-05 20:11:44+0200 Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest Implementation-Vendor-Id org.apache Medium
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-logging Highest
Vendor pom artifactid commons-logging Low
Vendor pom developer email baliuka@apache.org Low
Vendor pom developer email costin@apache.org Low
Vendor pom developer email craigmcc@apache.org Low
Vendor pom developer email dennisl@apache.org Low
Vendor pom developer email donaldp@apache.org Low
Vendor pom developer email morgand@apache.org Low
Vendor pom developer email rdonkin@apache.org Low
Vendor pom developer email rsitze@apache.org Low
Vendor pom developer email rwaldhoff@apache.org Low
Vendor pom developer email sanders@apache.org Low
Vendor pom developer email skitching@apache.org Low
Vendor pom developer email tn@apache.org Low
Vendor pom developer id baliuka Medium
Vendor pom developer id bstansberry Medium
Vendor pom developer id costin Medium
Vendor pom developer id craigmcc Medium
Vendor pom developer id dennisl Medium
Vendor pom developer id donaldp Medium
Vendor pom developer id morgand Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id rsitze Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id sanders Medium
Vendor pom developer id skitching Medium
Vendor pom developer id tn Medium
Vendor pom developer name Brian Stansberry Medium
Vendor pom developer name Costin Manolache Medium
Vendor pom developer name Craig McClanahan Medium
Vendor pom developer name Dennis Lundberg Medium
Vendor pom developer name Juozas Baliuka Medium
Vendor pom developer name Morgan Delagrange Medium
Vendor pom developer name Peter Donald Medium
Vendor pom developer name Richard Sitze Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Scott Sanders Medium
Vendor pom developer name Simon Kitching Medium
Vendor pom developer name Thomas Neidhart Medium
Vendor pom developer org Apache Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom groupid commons-logging Highest
Vendor pom name Apache Commons Logging High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url http://commons.apache.org/proper/commons-logging/ Highest
Product file name commons-logging High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name logging Highest
Product Manifest bundle-docurl http://commons.apache.org/proper/commons-logging/ Low
Product Manifest Bundle-Name Apache Commons Logging Medium
Product Manifest bundle-symbolicname org.apache.commons.logging Medium
Product Manifest implementation-build tags/LOGGING_1_2_RC2@r1608092; 2014-07-05 20:11:44+0200 Low
Product Manifest Implementation-Title Apache Commons Logging High
Product Manifest specification-title Apache Commons Logging Medium
Product pom artifactid commons-logging Highest
Product pom developer email baliuka@apache.org Low
Product pom developer email costin@apache.org Low
Product pom developer email craigmcc@apache.org Low
Product pom developer email dennisl@apache.org Low
Product pom developer email donaldp@apache.org Low
Product pom developer email morgand@apache.org Low
Product pom developer email rdonkin@apache.org Low
Product pom developer email rsitze@apache.org Low
Product pom developer email rwaldhoff@apache.org Low
Product pom developer email sanders@apache.org Low
Product pom developer email skitching@apache.org Low
Product pom developer email tn@apache.org Low
Product pom developer id baliuka Low
Product pom developer id bstansberry Low
Product pom developer id costin Low
Product pom developer id craigmcc Low
Product pom developer id dennisl Low
Product pom developer id donaldp Low
Product pom developer id morgand Low
Product pom developer id rdonkin Low
Product pom developer id rsitze Low
Product pom developer id rwaldhoff Low
Product pom developer id sanders Low
Product pom developer id skitching Low
Product pom developer id tn Low
Product pom developer name Brian Stansberry Low
Product pom developer name Costin Manolache Low
Product pom developer name Craig McClanahan Low
Product pom developer name Dennis Lundberg Low
Product pom developer name Juozas Baliuka Low
Product pom developer name Morgan Delagrange Low
Product pom developer name Peter Donald Low
Product pom developer name Richard Sitze Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Scott Sanders Low
Product pom developer name Simon Kitching Low
Product pom developer name Thomas Neidhart Low
Product pom developer org Apache Low
Product pom developer org The Apache Software Foundation Low
Product pom groupid commons-logging Highest
Product pom name Apache Commons Logging High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url http://commons.apache.org/proper/commons-logging/ Medium
Version file version 1.2 High
Version Manifest Implementation-Version 1.2 High
Version pom parent-version 1.2 Low
Version pom version 1.2 Highest
commons-logging-1.3.5.jar
Description:
Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well-known logging systems.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar
MD5: 9ca067b073153c86c2da350c0f2cdf70
SHA1: a3fcc5d3c29b2b03433aa2d2f2d2c1b1638924a1
SHA256: 6d7a744e4027649fbb50895df9497d109f98c766a637062fe8d2eabbb3140ba4
Referenced In Project/Scope: grif-importer-xls:compile
commons-logging-1.3.5.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/commons-beanutils/commons-beanutils@1.11.0
Evidence
Type Source Name Value Confidence
Vendor file name commons-logging High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name logging Highest
Vendor Manifest automatic-module-name org.apache.commons.logging Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-logging/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.commons-logging Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-logging Highest
Vendor pom artifactid commons-logging Low
Vendor pom developer email baliuka@apache.org Low
Vendor pom developer email costin@apache.org Low
Vendor pom developer email craigmcc@apache.org Low
Vendor pom developer email dennisl@apache.org Low
Vendor pom developer email donaldp@apache.org Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email morgand@apache.org Low
Vendor pom developer email rdonkin@apache.org Low
Vendor pom developer email rsitze@apache.org Low
Vendor pom developer email rwaldhoff@apache.org Low
Vendor pom developer email sanders@apache.org Low
Vendor pom developer email skitching@apache.org Low
Vendor pom developer email tn@apache.org Low
Vendor pom developer id baliuka Medium
Vendor pom developer id bstansberry Medium
Vendor pom developer id costin Medium
Vendor pom developer id craigmcc Medium
Vendor pom developer id dennisl Medium
Vendor pom developer id donaldp Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id morgand Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id rsitze Medium
Vendor pom developer id rwaldhoff Medium
Vendor pom developer id sanders Medium
Vendor pom developer id skitching Medium
Vendor pom developer id tn Medium
Vendor pom developer name Brian Stansberry Medium
Vendor pom developer name Costin Manolache Medium
Vendor pom developer name Craig McClanahan Medium
Vendor pom developer name Dennis Lundberg Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Juozas Baliuka Medium
Vendor pom developer name Morgan Delagrange Medium
Vendor pom developer name Peter Donald Medium
Vendor pom developer name Richard Sitze Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Rodney Waldhoff Medium
Vendor pom developer name Scott Sanders Medium
Vendor pom developer name Simon Kitching Medium
Vendor pom developer name Thomas Neidhart Medium
Vendor pom developer org Apache Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid commons-logging Highest
Vendor pom name Apache Commons Logging High
Vendor pom parent-artifactid commons-parent Low
Vendor pom parent-groupid org.apache.commons Medium
Vendor pom url https://commons.apache.org/proper/commons-logging/ Highest
Product file name commons-logging High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name logging Highest
Product Manifest automatic-module-name org.apache.commons.logging Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-logging/ Low
Product Manifest Bundle-Name Apache Commons Logging Medium
Product Manifest bundle-symbolicname org.apache.commons.commons-logging Medium
Product Manifest Implementation-Title Apache Commons Logging High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Logging Medium
Product pom artifactid commons-logging Highest
Product pom developer email baliuka@apache.org Low
Product pom developer email costin@apache.org Low
Product pom developer email craigmcc@apache.org Low
Product pom developer email dennisl@apache.org Low
Product pom developer email donaldp@apache.org Low
Product pom developer email ggregory at apache.org Low
Product pom developer email morgand@apache.org Low
Product pom developer email rdonkin@apache.org Low
Product pom developer email rsitze@apache.org Low
Product pom developer email rwaldhoff@apache.org Low
Product pom developer email sanders@apache.org Low
Product pom developer email skitching@apache.org Low
Product pom developer email tn@apache.org Low
Product pom developer id baliuka Low
Product pom developer id bstansberry Low
Product pom developer id costin Low
Product pom developer id craigmcc Low
Product pom developer id dennisl Low
Product pom developer id donaldp Low
Product pom developer id ggregory Low
Product pom developer id morgand Low
Product pom developer id rdonkin Low
Product pom developer id rsitze Low
Product pom developer id rwaldhoff Low
Product pom developer id sanders Low
Product pom developer id skitching Low
Product pom developer id tn Low
Product pom developer name Brian Stansberry Low
Product pom developer name Costin Manolache Low
Product pom developer name Craig McClanahan Low
Product pom developer name Dennis Lundberg Low
Product pom developer name Gary Gregory Low
Product pom developer name Juozas Baliuka Low
Product pom developer name Morgan Delagrange Low
Product pom developer name Peter Donald Low
Product pom developer name Richard Sitze Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Rodney Waldhoff Low
Product pom developer name Scott Sanders Low
Product pom developer name Simon Kitching Low
Product pom developer name Thomas Neidhart Low
Product pom developer org Apache Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid commons-logging Highest
Product pom name Apache Commons Logging High
Product pom parent-artifactid commons-parent Medium
Product pom parent-groupid org.apache.commons Medium
Product pom url https://commons.apache.org/proper/commons-logging/ Medium
Version file version 1.3.5 High
Version Manifest Bundle-Version 1.3.5 High
Version Manifest Implementation-Version 1.3.5 High
Version pom parent-version 1.3.5 Low
Version pom version 1.3.5 Highest
commons-math3-3.6.1.jar
Description:
The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
MD5: 5b730d97e4e6368069de1983937c508e
SHA1: e4ba98f1d4b3c80ec46392f25e094a6a2e58fcbf
SHA256: 1e56d7b058d28b65abd256b8458e3885b674c1d588fa43cd7d1cbb9c7ef2b308
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
commons-math3-3.6.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-math3 High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name math3 Highest
Vendor Manifest bundle-docurl http://commons.apache.org/proper/commons-math/ Low
Vendor Manifest bundle-symbolicname org.apache.commons.math3 Medium
Vendor Manifest implementation-build 16abfe5de688cc52fb0396e0609cb33044b15653; 2016-03-17 13:30:43-0400 Low
Vendor Manifest implementation-url http://commons.apache.org/proper/commons-math/ Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest Implementation-Vendor-Id org.apache Medium
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-math3 Highest
Vendor pom artifactid commons-math3 Low
Vendor pom developer email achou at apache dot org Low
Vendor pom developer email billbarker at apache dot org Low
Vendor pom developer email brentworden at apache dot org Low
Vendor pom developer email celestin at apache dot org Low
Vendor pom developer email dimpbx at apache dot org Low
Vendor pom developer email erans at apache dot org Low
Vendor pom developer email evanward at apache dot org Low
Vendor pom developer email gregs at apache dot org Low
Vendor pom developer email j3322ptm at yahoo dot de Low
Vendor pom developer email luc at apache dot org Low
Vendor pom developer email mdiggory at apache dot org Low
Vendor pom developer email mikl at apache dot org Low
Vendor pom developer email oertl at apache dot org Low
Vendor pom developer email rdonkin at apache dot org Low
Vendor pom developer email tn at apache dot org Low
Vendor pom developer email tobrien at apache dot org Low
Vendor pom developer id achou Medium
Vendor pom developer id billbarker Medium
Vendor pom developer id brentworden Medium
Vendor pom developer id celestin Medium
Vendor pom developer id dimpbx Medium
Vendor pom developer id erans Medium
Vendor pom developer id evanward Medium
Vendor pom developer id gregs Medium
Vendor pom developer id luc Medium
Vendor pom developer id mdiggory Medium
Vendor pom developer id mikl Medium
Vendor pom developer id oertl Medium
Vendor pom developer id pietsch Medium
Vendor pom developer id rdonkin Medium
Vendor pom developer id tn Medium
Vendor pom developer id tobrien Medium
Vendor pom developer name Albert Davidson Chou Medium
Vendor pom developer name Bill Barker Medium
Vendor pom developer name Brent Worden Medium
Vendor pom developer name Dimitri Pourbaix Medium
Vendor pom developer name Evan Ward Medium
Vendor pom developer name Gilles Sadowski Medium
Vendor pom developer name Greg Sterijevski Medium
Vendor pom developer name J. Pietschmann Medium
Vendor pom developer name Luc Maisonobe Medium
Vendor pom developer name Mark Diggory Medium
Vendor pom developer name Mikkel Meyer Andersen Medium
Vendor pom developer name Otmar Ertl Medium
Vendor pom developer name Robert Burrell Donkin Medium
Vendor pom developer name Sébastien Brisard Medium
Vendor pom developer name Thomas Neidhart Medium
Vendor pom developer name Tim O'Brien Medium
Vendor pom groupid org.apache.commons Highest
Vendor pom name Apache Commons Math High
Vendor pom parent-artifactid commons-parent Low
Vendor pom url http://commons.apache.org/proper/commons-math/ Highest
Product file name commons-math3 High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name math3 Highest
Product Manifest bundle-docurl http://commons.apache.org/proper/commons-math/ Low
Product Manifest Bundle-Name Apache Commons Math Medium
Product Manifest bundle-symbolicname org.apache.commons.math3 Medium
Product Manifest implementation-build 16abfe5de688cc52fb0396e0609cb33044b15653; 2016-03-17 13:30:43-0400 Low
Product Manifest Implementation-Title Apache Commons Math High
Product Manifest implementation-url http://commons.apache.org/proper/commons-math/ Low
Product Manifest specification-title Apache Commons Math Medium
Product pom artifactid commons-math3 Highest
Product pom developer email achou at apache dot org Low
Product pom developer email billbarker at apache dot org Low
Product pom developer email brentworden at apache dot org Low
Product pom developer email celestin at apache dot org Low
Product pom developer email dimpbx at apache dot org Low
Product pom developer email erans at apache dot org Low
Product pom developer email evanward at apache dot org Low
Product pom developer email gregs at apache dot org Low
Product pom developer email j3322ptm at yahoo dot de Low
Product pom developer email luc at apache dot org Low
Product pom developer email mdiggory at apache dot org Low
Product pom developer email mikl at apache dot org Low
Product pom developer email oertl at apache dot org Low
Product pom developer email rdonkin at apache dot org Low
Product pom developer email tn at apache dot org Low
Product pom developer email tobrien at apache dot org Low
Product pom developer id achou Low
Product pom developer id billbarker Low
Product pom developer id brentworden Low
Product pom developer id celestin Low
Product pom developer id dimpbx Low
Product pom developer id erans Low
Product pom developer id evanward Low
Product pom developer id gregs Low
Product pom developer id luc Low
Product pom developer id mdiggory Low
Product pom developer id mikl Low
Product pom developer id oertl Low
Product pom developer id pietsch Low
Product pom developer id rdonkin Low
Product pom developer id tn Low
Product pom developer id tobrien Low
Product pom developer name Albert Davidson Chou Low
Product pom developer name Bill Barker Low
Product pom developer name Brent Worden Low
Product pom developer name Dimitri Pourbaix Low
Product pom developer name Evan Ward Low
Product pom developer name Gilles Sadowski Low
Product pom developer name Greg Sterijevski Low
Product pom developer name J. Pietschmann Low
Product pom developer name Luc Maisonobe Low
Product pom developer name Mark Diggory Low
Product pom developer name Mikkel Meyer Andersen Low
Product pom developer name Otmar Ertl Low
Product pom developer name Robert Burrell Donkin Low
Product pom developer name Sébastien Brisard Low
Product pom developer name Thomas Neidhart Low
Product pom developer name Tim O'Brien Low
Product pom groupid org.apache.commons Highest
Product pom name Apache Commons Math High
Product pom parent-artifactid commons-parent Medium
Product pom url http://commons.apache.org/proper/commons-math/ Medium
Version file version 3.6.1 High
Version Manifest Bundle-Version 3.6.1 High
Version Manifest Implementation-Version 3.6.1 High
Version pom parent-version 3.6.1 Low
Version pom version 3.6.1 Highest
commons-text-1.13.1.jar
Description:
Apache Commons Text is a set of utility functions and reusable components for the purpose of processing
and manipulating text that should be of use in a Java environment.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/commons/commons-text/1.13.1/commons-text-1.13.1.jar
MD5: 15f58ad641b4e9fd3c8bfa0f766300a2
SHA1: 088b9f76d465e35a06cd439ddcb8190ff182931e
SHA256: 76434bd2dd778ab140d84b3c6ffa40c40fe6219909f5ed1d8b8977c5ae8e50c8
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
grif-turbomeca:provided
grif:compile
commons-text-1.13.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.opencsv/opencsv@5.11
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name commons-text High
Vendor jar package name apache Highest
Vendor jar package name commons Highest
Vendor jar package name text Highest
Vendor Manifest automatic-module-name org.apache.commons.text Medium
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl https://commons.apache.org/proper/commons-text Low
Vendor Manifest bundle-symbolicname org.apache.commons.text Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid commons-text Highest
Vendor pom artifactid commons-text Low
Vendor pom developer email britter@apache.org Low
Vendor pom developer email chtompki@apache.org Low
Vendor pom developer email djones@apache.org Low
Vendor pom developer email ggregory at apache.org Low
Vendor pom developer email kinow@apache.org Low
Vendor pom developer id britter Medium
Vendor pom developer id chtompki Medium
Vendor pom developer id djones Medium
Vendor pom developer id ggregory Medium
Vendor pom developer id kinow Medium
Vendor pom developer name Benedikt Ritter Medium
Vendor pom developer name Bruno P. Kinoshita Medium
Vendor pom developer name Duncan Jones Medium
Vendor pom developer name Gary Gregory Medium
Vendor pom developer name Rob Tompkins Medium
Vendor pom developer org The Apache Software Foundation Medium
Vendor pom developer org URL https://www.apache.org/ Medium
Vendor pom groupid org.apache.commons Highest
Vendor pom name Apache Commons Text High
Vendor pom parent-artifactid commons-parent Low
Vendor pom url https://commons.apache.org/proper/commons-text Highest
Product file name commons-text High
Product jar package name apache Highest
Product jar package name commons Highest
Product jar package name text Highest
Product Manifest automatic-module-name org.apache.commons.text Medium
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl https://commons.apache.org/proper/commons-text Low
Product Manifest Bundle-Name Apache Commons Text Medium
Product Manifest bundle-symbolicname org.apache.commons.text Medium
Product Manifest Implementation-Title Apache Commons Text High
Product Manifest multi-release true Low
Product Manifest specification-title Apache Commons Text Medium
Product pom artifactid commons-text Highest
Product pom developer email britter@apache.org Low
Product pom developer email chtompki@apache.org Low
Product pom developer email djones@apache.org Low
Product pom developer email ggregory at apache.org Low
Product pom developer email kinow@apache.org Low
Product pom developer id britter Low
Product pom developer id chtompki Low
Product pom developer id djones Low
Product pom developer id ggregory Low
Product pom developer id kinow Low
Product pom developer name Benedikt Ritter Low
Product pom developer name Bruno P. Kinoshita Low
Product pom developer name Duncan Jones Low
Product pom developer name Gary Gregory Low
Product pom developer name Rob Tompkins Low
Product pom developer org The Apache Software Foundation Low
Product pom developer org URL https://www.apache.org/ Low
Product pom groupid org.apache.commons Highest
Product pom name Apache Commons Text High
Product pom parent-artifactid commons-parent Medium
Product pom url https://commons.apache.org/proper/commons-text Medium
Version file version 1.13.1 High
Version Manifest Bundle-Version 1.13.1 High
Version Manifest Implementation-Version 1.13.1 High
Version pom parent-version 1.13.1 Low
Version pom version 1.13.1 Highest
csvjdbc-1.0.46.jar
Description:
a Java JDBC driver for reading comma-separated-value files
License:
LGPL2.1: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
File Path: /home/cfolleau/.m2/repository/net/sourceforge/csvjdbc/csvjdbc/1.0.46/csvjdbc-1.0.46.jar
MD5: 7692040fba8206a4daaf3df2896e73b1
SHA1: 913c280f56fb22b1af620e63bc58003c11fd2704
SHA256: f00fc2c33b686d3594ec8c991de5e3346123f73022899400f5b85c45fd73327a
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
csvjdbc-1.0.46.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name csvjdbc High
Vendor jar package name jdbc Highest
Vendor Manifest build-jdk-spec 11 Low
Vendor pom artifactid csvjdbc Highest
Vendor pom artifactid csvjdbc Low
Vendor pom developer email mfrasca@users.sourceforge.net Low
Vendor pom developer email simoc@users.sourceforge.net Low
Vendor pom developer id mfrasca Medium
Vendor pom developer id simoc Medium
Vendor pom developer name Mario Frasca Medium
Vendor pom developer name Simon Chenery Medium
Vendor pom developer org Sourceforge Medium
Vendor pom developer org URL http://www.sourceforge.net Medium
Vendor pom groupid net.sourceforge.csvjdbc Highest
Vendor pom name CsvJdbc High
Vendor pom url http://csvjdbc.sourceforge.net Highest
Product file name csvjdbc High
Product jar package name jdbc Highest
Product Manifest build-jdk-spec 11 Low
Product pom artifactid csvjdbc Highest
Product pom developer email mfrasca@users.sourceforge.net Low
Product pom developer email simoc@users.sourceforge.net Low
Product pom developer id mfrasca Low
Product pom developer id simoc Low
Product pom developer name Mario Frasca Low
Product pom developer name Simon Chenery Low
Product pom developer org Sourceforge Low
Product pom developer org URL http://www.sourceforge.net Low
Product pom groupid net.sourceforge.csvjdbc Highest
Product pom name CsvJdbc High
Product pom url http://csvjdbc.sourceforge.net Medium
Version file version 1.0.46 High
Version pom version 1.0.46 Highest
curvesapi-1.08.jar
Description:
Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS.
License:
BSD License: http://opensource.org/licenses/BSD-3-Clause
File Path: /home/cfolleau/.m2/repository/com/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar
MD5: fc3aed90346691e7c79da06bb6606beb
SHA1: 3d3d36568154059825089b289dcfca481fe44e2c
SHA256: ad95b08b8bbf9d7d17e5e00814898fa23324f32bc5b62f1a37801e6a56ce0079
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
curvesapi-1.08.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi-ooxml@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name curvesapi High
Vendor Manifest automatic-module-name com.github.virtuald.curvesapi Medium
Vendor pom artifactid curvesapi Highest
Vendor pom artifactid curvesapi Low
Vendor pom developer id stormdollar Medium
Vendor pom developer id virtuald Medium
Vendor pom developer name Dustin Spicuzza Medium
Vendor pom developer name stormdollar Medium
Vendor pom groupid com.github.virtuald Highest
Vendor pom name curvesapi High
Vendor pom url virtuald/curvesapi Highest
Product file name curvesapi High
Product Manifest automatic-module-name com.github.virtuald.curvesapi Medium
Product pom artifactid curvesapi Highest
Product pom developer id stormdollar Low
Product pom developer id virtuald Low
Product pom developer name Dustin Spicuzza Low
Product pom developer name stormdollar Low
Product pom groupid com.github.virtuald Highest
Product pom name curvesapi High
Product pom url virtuald/curvesapi High
Version file version 1.08 High
Version pom version 1.08 Highest
delight-rhino-sandbox-0.2.2.jar
Description:
A safe sandbox for running JavaScript using the Rhino Engine in Java.
License:
The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
MIT License: http://www.opensource.org/licenses/mit-license.php
GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
File Path: /home/cfolleau/.m2/repository/org/javadelight/delight-rhino-sandbox/0.2.2/delight-rhino-sandbox-0.2.2.jar
MD5: 0a256ed40fac0f2b0d3f14e49ccc80b1
SHA1: ff73c09b2565c4648556d39a84fa62e3aa0c80cc
SHA256: 3cd23f59013acaaacee96733a4e84cf82e902d20cf680db25ddad6f7c9791928
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
delight-rhino-sandbox-0.2.2.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name delight-rhino-sandbox High
Vendor jar package name delight Highest
Vendor Manifest bundle-requiredexecutionenvironment JavaSE-1.8 Low
Vendor Manifest bundle-symbolicname delight-rhino-sandbox Medium
Vendor pom artifactid delight-rhino-sandbox Highest
Vendor pom artifactid delight-rhino-sandbox Low
Vendor pom developer email noemail@mxro.de Low
Vendor pom developer id mxro Medium
Vendor pom developer name Max Rohde Medium
Vendor pom developer org pureleap Medium
Vendor pom developer org URL http://pureleap.com Medium
Vendor pom groupid org.javadelight Highest
Vendor pom name ${project.artifactId} High
Vendor pom url javadelight/delight-rhino-sandbox Highest
Product file name delight-rhino-sandbox High
Product jar package name delight Highest
Product Manifest Bundle-Name delight-rhino-sandbox Medium
Product Manifest bundle-requiredexecutionenvironment JavaSE-1.8 Low
Product Manifest bundle-symbolicname delight-rhino-sandbox Medium
Product pom artifactid delight-rhino-sandbox Highest
Product pom developer email noemail@mxro.de Low
Product pom developer id mxro Low
Product pom developer name Max Rohde Low
Product pom developer org pureleap Low
Product pom developer org URL http://pureleap.com Low
Product pom groupid org.javadelight Highest
Product pom name ${project.artifactId} High
Product pom url javadelight/delight-rhino-sandbox High
Version file version 0.2.2 High
Version Manifest Bundle-Version 0.2.2 High
Version pom version 0.2.2 Highest
excel-streaming-reader-5.0.2.jar
Description:
Streaming Excel reader
License:
The Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/github/pjfanning/excel-streaming-reader/5.0.2/excel-streaming-reader-5.0.2.jar
MD5: 3f979714e4c7e0d40f4887f24c5096db
SHA1: c3397a2a1259c71341733dc1e372bde0ffa4eab2
SHA256: 146a76ad074e810fda0543cf63f5526595e2838e488cd4ec6b2e42e034781071
Referenced In Project/Scope: grif-importer-xls:compile
excel-streaming-reader-5.0.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-importer-xls@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name excel-streaming-reader High
Vendor jar package name github Highest
Vendor jar package name pjfanning Highest
Vendor Manifest automatic-module-name com.github.pjfanning.excelstreamingreader Medium
Vendor pom artifactid excel-streaming-reader Highest
Vendor pom artifactid excel-streaming-reader Low
Vendor pom developer email monitorjbl@gmail.com Low
Vendor pom developer id monitorjbl Medium
Vendor pom developer id pjfanning Medium
Vendor pom developer name PJ Fanning Medium
Vendor pom developer name Taylor Jones Medium
Vendor pom groupid com.github.pjfanning Highest
Vendor pom name excel-streaming-reader High
Vendor pom url pjfanning/excel-streaming-reader Highest
Product file name excel-streaming-reader High
Product jar package name github Highest
Product jar package name pjfanning Highest
Product Manifest automatic-module-name com.github.pjfanning.excelstreamingreader Medium
Product pom artifactid excel-streaming-reader Highest
Product pom developer email monitorjbl@gmail.com Low
Product pom developer id monitorjbl Low
Product pom developer id pjfanning Low
Product pom developer name PJ Fanning Low
Product pom developer name Taylor Jones Low
Product pom groupid com.github.pjfanning Highest
Product pom name excel-streaming-reader High
Product pom url pjfanning/excel-streaming-reader High
Version file version 5.0.2 High
Version pom version 5.0.2 Highest
flatlaf-3.6.2.jar
Description:
Flat Look and Feel
License:
The Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/formdev/flatlaf/3.6.2/flatlaf-3.6.2.jar
MD5: e879b3cd960c8cb7540f075858c32f71
SHA1: d927e248d29606be1bdfb5cc29699b0a2a2e7a6c
SHA256: 32c79dee6d51341a3f8603598415841b4461fe535de2c34bcc8ee40e91e72267
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
flatlaf-3.6.2.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-importer-xls@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name flatlaf High
Vendor jar package name com Highest
Vendor jar package name flatlaf Highest
Vendor jar package name formdev Highest
Vendor Manifest implementation-copyright Copyright (C) 2019-2025 FormDev Software GmbH. All rights reserved. Low
Vendor Manifest Implementation-Vendor FormDev Software GmbH High
Vendor Manifest multi-release true Low
Vendor pom artifactid flatlaf Highest
Vendor pom artifactid flatlaf Low
Vendor pom developer name Karl Tauber Medium
Vendor pom developer org FormDev Software GmbH Medium
Vendor pom developer org URL https://www.formdev.com/ Medium
Vendor pom groupid com.formdev Highest
Vendor pom name FlatLaf High
Vendor pom url JFormDesigner/FlatLaf Highest
Product file name flatlaf High
Product jar package name com Highest
Product jar package name flatlaf Highest
Product jar package name formdev Highest
Product Manifest implementation-copyright Copyright (C) 2019-2025 FormDev Software GmbH. All rights reserved. Low
Product Manifest multi-release true Low
Product pom artifactid flatlaf Highest
Product pom developer name Karl Tauber Low
Product pom developer org FormDev Software GmbH Low
Product pom developer org URL https://www.formdev.com/ Low
Product pom groupid com.formdev Highest
Product pom name FlatLaf High
Product pom url JFormDesigner/FlatLaf High
Version file version 3.6.2 High
Version Manifest Implementation-Version 3.6.2 High
Version pom version 3.6.2 Highest
Related Dependencies
flatlaf-extras-3.6.2.jar
File Path: /home/cfolleau/.m2/repository/com/formdev/flatlaf-extras/3.6.2/flatlaf-extras-3.6.2.jar
MD5: 00822e4f86276abb8669da1d5b5b4695
SHA1: 0fb3dbacce5994f8b4e248f5857c5774a9482df7
SHA256: c68247f926a1d593f1318ce62b8da1007c3f11eb3aaa52a56c26e78e4e7e833c
pkg:maven/com.formdev/flatlaf-extras@3.6.2
flatlaf-3.6.2.jar: flatlaf-windows-arm64.dll
File Path: /home/cfolleau/.m2/repository/com/formdev/flatlaf/3.6.2/flatlaf-3.6.2.jar/com/formdev/flatlaf/natives/flatlaf-windows-arm64.dll
MD5: 40eeeded5ae878c670d48ddecc1695ac
SHA1: 4c9bb832ff07ca4a97b92ad0795786391e2291f5
SHA256: 30b0e32971ce8de4079a6bf09f152d1902b584b9bdb28e7b72bd873bb862bda0
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor file name flatlaf-windows-arm64 High
Product file name flatlaf-windows-arm64 High
Version file name flatlaf-windows-arm64 Medium
Version file version 64 Medium
flatlaf-3.6.2.jar: flatlaf-windows-x86.dll
File Path: /home/cfolleau/.m2/repository/com/formdev/flatlaf/3.6.2/flatlaf-3.6.2.jar/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll
MD5: 384f1b3d481cf30a53714c645a30fe22
SHA1: ea9161eaa42cb1267c316bcd9c3ae30147b2151d
SHA256: bcf8306cf6e3a7c8e870cbb330a658c70b76d1b5f735c29b96396fddc95fa27b
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor file name flatlaf-windows-x86 High
Product file name flatlaf-windows-x86 High
Version file name flatlaf-windows-x86 Medium
Version file version 86 Medium
flatlaf-3.6.2.jar: flatlaf-windows-x86_64.dll
File Path: /home/cfolleau/.m2/repository/com/formdev/flatlaf/3.6.2/flatlaf-3.6.2.jar/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll
MD5: e5079af6f3aa197eefa2ac6802ccdf32
SHA1: afeac2f32f9804f5cc1f4053d246380892e63974
SHA256: dc130da62ff3a8b7ffb664204ac38aa68ea466fe8b2658bb7ea2de49108f414d
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor file name flatlaf-windows-x86_64 High
Product file name flatlaf-windows-x86_64 High
grif-18.0.0.jar
File Path: /home/cfolleau/.m2/repository/com/total/grif/18.0.0/grif-18.0.0.jar
MD5: 981dbf8c1b8c8497471faa3ed1565e92
SHA1: 2d3c86f507a9a9c67402740dd7bc8c107ba87b26
SHA256: 6ee393a5d9797aad63a9980066c13dea4cf38b7d0a466ce836f23ba609d1dfee
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif-18.0.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-ariane@18.0.0
pkg:maven/com.total/grif-butachimie@18.0.0
pkg:maven/com.total/grif-charad@18.0.0
pkg:maven/com.total/grif-dtdvalidator@18.0.0
pkg:maven/com.total/grif-ext@18.0.0
pkg:maven/com.total/grif-hpc-moca@18.0.0
pkg:maven/com.total/grif-importer-xls@18.0.0
pkg:maven/com.total/grif-monitoring-client@18.0.0
pkg:maven/com.total/grif-turbomeca@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name grif High
Vendor jar package name tools Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest implementation-url https://www.satodev.com Low
Vendor Manifest Implementation-Vendor SATODEV - Safety Tools Development High
Vendor Manifest Implementation-Vendor-Id SATODEV SAS Medium
Vendor pom artifactid grif Highest
Vendor pom artifactid grif Low
Vendor pom groupid com.total Highest
Vendor pom parent-artifactid grif-root Low
Product file name grif High
Product Manifest build-jdk-spec 21 Low
Product Manifest Implementation-Title grif High
Product Manifest implementation-url https://www.satodev.com Low
Product pom artifactid grif Highest
Product pom groupid com.total Highest
Product pom parent-artifactid grif-root Medium
Version file version 18.0.0 High
Version Manifest app-version 18.0.0 Medium
Version Manifest Implementation-Version 18.0.0 High
Version pom version 18.0.0 Highest
grif-checksums-18.0.0.jar
File Path: /home/cfolleau/.m2/repository/com/total/grif-checksums/18.0.0/grif-checksums-18.0.0.jar
MD5: b2eafee45a435ab3a2fc6e4b984340fe
SHA1: 14e70f30f3fd234ce19c854abcb05ac9424efb62
SHA256: dde9d1e1ca41651d44a25bb03f4310f1ecefa241caebd5de301a941d4aee5504
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
grif-checksums-18.0.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-ext@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name grif-checksums High
Vendor jar package name checksums Highest
Vendor jar package name grif Highest
Vendor jar package name total Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest implementation-url https://www.satodev.com Low
Vendor Manifest Implementation-Vendor SATODEV - Safety Tools Development High
Vendor Manifest Implementation-Vendor-Id SATODEV SAS Medium
Vendor pom artifactid grif-checksums Highest
Vendor pom artifactid grif-checksums Low
Vendor pom groupid com.total Highest
Vendor pom parent-artifactid grif-root Low
Product file name grif-checksums High
Product jar package name checksums Highest
Product jar package name grif Highest
Product jar package name total Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest Implementation-Title grif-checksums High
Product Manifest implementation-url https://www.satodev.com Low
Product pom artifactid grif-checksums Highest
Product pom groupid com.total Highest
Product pom parent-artifactid grif-root Medium
Version file version 18.0.0 High
Version Manifest app-version 18.0.0 Medium
Version Manifest Implementation-Version 18.0.0 High
Version pom version 18.0.0 Highest
grif-monitoring-core-18.0.0.jar
File Path: /home/cfolleau/.m2/repository/com/total/grif-monitoring-core/18.0.0/grif-monitoring-core-18.0.0.jar
MD5: 5d895fe34062f8aa563a92ac23ef46a1
SHA1: 43258cfe99d85763f9927184bc1d9483e28859f4
SHA256: 3bcbd5ba57cd297aa6787fb1cbc3cfb616596e1027647cb07889eb18a1dcd79e
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-webapp:compile
grif-monitoring-core-18.0.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-client@18.0.0
pkg:maven/com.total/grif-monitoring-webapp@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name grif-monitoring-core High
Vendor jar package name total Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor pom artifactid grif-monitoring-core Highest
Vendor pom artifactid grif-monitoring-core Low
Vendor pom groupid com.total Highest
Vendor pom parent-artifactid grif-monitoring Low
Product file name grif-monitoring-core High
Product jar package name total Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest Implementation-Title grif-monitoring-core High
Product pom artifactid grif-monitoring-core Highest
Product pom groupid com.total Highest
Product pom parent-artifactid grif-monitoring Medium
Version file version 18.0.0 High
Version Manifest Implementation-Version 18.0.0 High
Version pom version 18.0.0 Highest
grif-updater-18.0.0.jar
File Path: /home/cfolleau/.m2/repository/com/total/grif-updater/18.0.0/grif-updater-18.0.0.jar
MD5: 068b9a9eb1ad199f35a56bd0c8cce379
SHA1: e775f2c64f7312c33b0dd8ef38ea95d474ae1b68
SHA256: b72774778b83d6f2bb6e9b8c16b8796b9d7ee55a102185d7b3c409a27f616064
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
grif-updater-18.0.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name grif-updater High
Vendor jar package name grif Highest
Vendor jar package name total Highest
Vendor jar package name updater Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest implementation-url https://www.satodev.com Low
Vendor Manifest Implementation-Vendor SATODEV - Safety Tools Development High
Vendor Manifest Implementation-Vendor-Id SATODEV SAS Medium
Vendor pom artifactid grif-updater Highest
Vendor pom artifactid grif-updater Low
Vendor pom groupid com.total Highest
Vendor pom parent-artifactid grif-root Low
Product file name grif-updater High
Product jar package name grif Highest
Product jar package name total Highest
Product jar package name updater Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest Implementation-Title grif-updater High
Product Manifest implementation-url https://www.satodev.com Low
Product pom artifactid grif-updater Highest
Product pom groupid com.total Highest
Product pom parent-artifactid grif-root Medium
Version file version 18.0.0 High
Version Manifest app-version 18.0.0 Medium
Version Manifest Implementation-Version 18.0.0 High
Version pom version 18.0.0 Highest
grif-utils-18.0.0.jar
File Path: /home/cfolleau/.m2/repository/com/total/grif-utils/18.0.0/grif-utils-18.0.0.jar
MD5: dce78e115ab419c070518e434a1fca0a
SHA1: 65d70e374b0cbf8a195682d42725c0e96cf053e4
SHA256: a2107354440a2a2c2f0a39774d0be8054ca50f160fd1f2d5d75a607f057708bf
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
grif-utils-18.0.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-checksums@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name grif-utils High
Vendor jar package name grif Highest
Vendor jar package name total Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest implementation-url https://www.satodev.com Low
Vendor Manifest Implementation-Vendor SATODEV - Safety Tools Development High
Vendor Manifest Implementation-Vendor-Id SATODEV SAS Medium
Vendor pom artifactid grif-utils Highest
Vendor pom artifactid grif-utils Low
Vendor pom groupid com.total Highest
Vendor pom parent-artifactid grif-root Low
Product file name grif-utils High
Product jar package name grif Highest
Product jar package name total Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest Implementation-Title grif-utils High
Product Manifest implementation-url https://www.satodev.com Low
Product pom artifactid grif-utils Highest
Product pom groupid com.total Highest
Product pom parent-artifactid grif-root Medium
Version file version 18.0.0 High
Version Manifest app-version 18.0.0 Medium
Version Manifest Implementation-Version 18.0.0 High
Version pom version 18.0.0 Highest
hasp-srm-api-1.0.jar
File Path: /home/cfolleau/.m2/repository/aladdin/hasp/hasp-srm-api/1.0/hasp-srm-api-1.0.jar
MD5: 356815d5f1f7fd21b5b894a3fbc213a2
SHA1: 860ee806f9e55eacaa5ec177435fbbf118203e27
SHA256: 5acb64a7a8b4f0266505b1e08b09de2f6fe8a8b64703772ab718b7e7110ed4ff
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
hasp-srm-api-1.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name hasp-srm-api High
Vendor jar package name aladdin Highest
Vendor jar package name aladdin Low
Vendor jar package name hasp Highest
Vendor pom artifactid hasp-srm-api Highest
Vendor pom artifactid hasp-srm-api Low
Vendor pom groupid aladdin.hasp Highest
Product file name hasp-srm-api High
Product jar package name aladdin Highest
Product jar package name hasp Highest
Product pom artifactid hasp-srm-api Highest
Product pom groupid aladdin.hasp Highest
Version file version 1.0 High
Version pom version 1.0 Highest
hibernate-commons-annotations-7.0.3.Final.jar
Description:
Common reflection code used in support of annotation processing
License:
Apache License Version 2.0: https://opensource.org/licenses/Apache-2.0
File Path: /home/cfolleau/.m2/repository/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar
MD5: 6698f99235fe6d36c42caaf2e6b52797
SHA1: e183c4be8bb41d12e9f19b374e00c34a0a85f439
SHA256: 0db2fd57d5e43688ac6ed5cdf36deaf05d84340dcc24c2dd2a2114de38e5175d
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
hibernate-commons-annotations-7.0.3.Final.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name hibernate-commons-annotations High
Vendor hint analyzer vendor redhat Highest
Vendor jar package name annotations Highest
Vendor jar package name common Highest
Vendor jar package name hibernate Highest
Vendor jar package name reflection Highest
Vendor Manifest implementation-url http://hibernate.org Low
Vendor Manifest Implementation-Vendor Hibernate.org High
Vendor Manifest Implementation-Vendor-Id org.hibernate Medium
Vendor pom artifactid hibernate-commons-annotations Highest
Vendor pom artifactid hibernate-commons-annotations Low
Vendor pom developer id hibernate-team Medium
Vendor pom developer name The Hibernate Development Team Medium
Vendor pom developer org Hibernate.org Medium
Vendor pom developer org URL http://hibernate.org Medium
Vendor pom groupid org.hibernate.common Highest
Vendor pom name Hibernate Commons Annotations High
Vendor pom organization name Hibernate.org High
Vendor pom organization url http://hibernate.org Medium
Vendor pom url http://hibernate.org Highest
Product file name hibernate-commons-annotations High
Product jar package name annotations Highest
Product jar package name common Highest
Product jar package name hibernate Highest
Product jar package name reflection Highest
Product Manifest implementation-url http://hibernate.org Low
Product pom artifactid hibernate-commons-annotations Highest
Product pom developer id hibernate-team Low
Product pom developer name The Hibernate Development Team Low
Product pom developer org Hibernate.org Low
Product pom developer org URL http://hibernate.org Low
Product pom groupid org.hibernate.common Highest
Product pom name Hibernate Commons Annotations High
Product pom organization name Hibernate.org Low
Product pom organization url http://hibernate.org Low
Product pom url http://hibernate.org Medium
Version Manifest Implementation-Version 7.0.3.Final High
Version pom version 7.0.3.Final Highest
hibernate-core-6.6.53.Final.jar
Description:
Hibernate's core ORM functionality
License:
GNU Library General Public License v2.1 or later: https://www.opensource.org/licenses/LGPL-2.1
File Path: /home/cfolleau/.m2/repository/org/hibernate/orm/hibernate-core/6.6.53.Final/hibernate-core-6.6.53.Final.jar
MD5: c006c2c37498f2ee923dc8a71d4f0642
SHA1: 29bfa3d861a32774520b1d1aea61cccff57029d5
SHA256: 8df110bacf8f4fe72be585cc7fa0a1687c8d360210826bdd35b0fbcaa3e9c09a
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
hibernate-core-6.6.53.Final.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name hibernate-core High
Vendor hint analyzer vendor redhat Highest
Vendor jar package name hibernate Highest
Vendor Manifest automatic-module-name org.hibernate.orm.core Medium
Vendor Manifest bundle-docurl https://www.hibernate.org/orm/6.6 Low
Vendor Manifest bundle-symbolicname org.hibernate.orm.core Medium
Vendor Manifest implementation-url https://hibernate.org/orm Low
Vendor Manifest Implementation-Vendor Hibernate.org High
Vendor Manifest Implementation-Vendor-Id org.hibernate Medium
Vendor Manifest specification-vendor Hibernate.org Low
Vendor pom artifactid hibernate-core Highest
Vendor pom artifactid hibernate-core Low
Vendor pom developer id hibernate-team Medium
Vendor pom developer name The Hibernate Development Team Medium
Vendor pom developer org Hibernate.org Medium
Vendor pom developer org URL https://hibernate.org Medium
Vendor pom groupid org.hibernate.orm Highest
Vendor pom name Hibernate ORM - hibernate-core High
Vendor pom organization name Hibernate.org High
Vendor pom organization url https://hibernate.org Medium
Vendor pom url https://hibernate.org/orm Highest
Product file name hibernate-core High
Product jar package name hibernate Highest
Product Manifest automatic-module-name org.hibernate.orm.core Medium
Product Manifest bundle-docurl https://www.hibernate.org/orm/6.6 Low
Product Manifest Bundle-Name hibernate-core Medium
Product Manifest bundle-symbolicname org.hibernate.orm.core Medium
Product Manifest Implementation-Title hibernate-core High
Product Manifest implementation-url https://hibernate.org/orm Low
Product Manifest specification-title hibernate-core Medium
Product pom artifactid hibernate-core Highest
Product pom developer id hibernate-team Low
Product pom developer name The Hibernate Development Team Low
Product pom developer org Hibernate.org Low
Product pom developer org URL https://hibernate.org Low
Product pom groupid org.hibernate.orm Highest
Product pom name Hibernate ORM - hibernate-core High
Product pom organization name Hibernate.org Low
Product pom organization url https://hibernate.org Low
Product pom url https://hibernate.org/orm Medium
Version Manifest Bundle-Version 6.6.53.Final High
Version Manifest Implementation-Version 6.6.53.Final High
Version pom version 6.6.53.Final Highest
hibernate-validator-8.0.3.Final.jar
Description:
Hibernate's Jakarta Bean Validation reference implementation.
License:
Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/hibernate/validator/hibernate-validator/8.0.3.Final/hibernate-validator-8.0.3.Final.jar
MD5: 7ac58d555febd45b769cee89ad1a8836
SHA1: 4425f554297a1c5ba03a3f30e559a9fd91048cf8
SHA256: 2ad24670fd08e21d3f43d3105d5326bd5ef6b01e819c5cd103823866b954517e
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
hibernate-validator-8.0.3.Final.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-validation@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name hibernate-validator High
Vendor hint analyzer vendor redhat Highest
Vendor jar package name engine Highest
Vendor jar package name hibernate Highest
Vendor jar package name validator Highest
Vendor Manifest automatic-module-name org.hibernate.validator Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-symbolicname org.hibernate.validator Medium
Vendor Manifest implementation-url https://hibernate.org/validator/ Low
Vendor Manifest Implementation-Vendor org.hibernate.validator High
Vendor Manifest Implementation-Vendor-Id org.hibernate.validator Medium
Vendor pom artifactid hibernate-validator Highest
Vendor pom artifactid hibernate-validator Low
Vendor pom developer email davide@hibernate.org Low
Vendor pom developer email emmanuel@hibernate.org Low
Vendor pom developer email guillaume.smet@hibernate.org Low
Vendor pom developer email gunnar@hibernate.org Low
Vendor pom developer email hferents@redhat.com Low
Vendor pom developer email kevin.pollet@serli.com Low
Vendor pom developer email marko.prykladna@gmail.com Low
Vendor pom developer id davide.dalto Medium
Vendor pom developer id epbernard Medium
Vendor pom developer id guillaume.smet Medium
Vendor pom developer id gunnar.morling Medium
Vendor pom developer id hardy.ferentschik Medium
Vendor pom developer id kevinpollet Medium
Vendor pom developer id marko.bekhta Medium
Vendor pom developer name Davide D'Alto Medium
Vendor pom developer name Emmanuel Bernard Medium
Vendor pom developer name Guillaume Smet Medium
Vendor pom developer name Gunnar Morling Medium
Vendor pom developer name Hardy Ferentschik Medium
Vendor pom developer name Kevin Pollet Medium
Vendor pom developer name Marko Bekhta Medium
Vendor pom developer org Red Hat, Inc. Medium
Vendor pom developer org SERLI Medium
Vendor pom groupid org.hibernate.validator Highest
Vendor pom name Hibernate Validator Engine High
Vendor pom url https://hibernate.org/validator Highest
Product file name hibernate-validator High
Product jar package name engine Highest
Product jar package name hibernate Highest
Product jar package name validator Highest
Product Manifest automatic-module-name org.hibernate.validator Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Bundle-Name Hibernate Validator Engine Medium
Product Manifest bundle-symbolicname org.hibernate.validator Medium
Product Manifest Implementation-Title hibernate-validator High
Product Manifest implementation-url https://hibernate.org/validator/ Low
Product Manifest specification-title Jakarta Bean Validation Medium
Product pom artifactid hibernate-validator Highest
Product pom developer email davide@hibernate.org Low
Product pom developer email emmanuel@hibernate.org Low
Product pom developer email guillaume.smet@hibernate.org Low
Product pom developer email gunnar@hibernate.org Low
Product pom developer email hferents@redhat.com Low
Product pom developer email kevin.pollet@serli.com Low
Product pom developer email marko.prykladna@gmail.com Low
Product pom developer id davide.dalto Low
Product pom developer id epbernard Low
Product pom developer id guillaume.smet Low
Product pom developer id gunnar.morling Low
Product pom developer id hardy.ferentschik Low
Product pom developer id kevinpollet Low
Product pom developer id marko.bekhta Low
Product pom developer name Davide D'Alto Low
Product pom developer name Emmanuel Bernard Low
Product pom developer name Guillaume Smet Low
Product pom developer name Gunnar Morling Low
Product pom developer name Hardy Ferentschik Low
Product pom developer name Kevin Pollet Low
Product pom developer name Marko Bekhta Low
Product pom developer org Red Hat, Inc. Low
Product pom developer org SERLI Low
Product pom groupid org.hibernate.validator Highest
Product pom name Hibernate Validator Engine High
Product pom url https://hibernate.org/validator Medium
Version Manifest Bundle-Version 8.0.3.Final High
Version Manifest Implementation-Version 8.0.3.Final High
Version pom version 8.0.3.Final Highest
istack-commons-runtime-4.1.2.jar
Description:
istack common utility code
License:
http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar
MD5: 535154ef647af2a52478c4debec93659
SHA1: 18ec117c85f3ba0ac65409136afa8e42bc74e739
SHA256: 7fd6792361f4dd00f8c56af4a20cecc0066deea4a8f3dec38348af23fc2296ee
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
istack-commons-runtime-4.1.2.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name istack-commons-runtime High
Vendor jar package name istack Highest
Vendor jar package name sun Highest
Vendor jar (hint) package name oracle Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname com.sun.istack.commons-runtime Medium
Vendor Manifest implementation-build-id 4.1.2 - 343a28e Low
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest Implementation-Vendor-Id com.sun.istack Medium
Vendor pom artifactid istack-commons-runtime Highest
Vendor pom artifactid istack-commons-runtime Low
Vendor pom groupid com.sun.istack Highest
Vendor pom name istack common utility code runtime High
Vendor pom parent-artifactid istack-commons Low
Product file name istack-commons-runtime High
Product jar package name istack Highest
Product jar package name sun Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name istack common utility code runtime Medium
Product Manifest bundle-symbolicname com.sun.istack.commons-runtime Medium
Product Manifest implementation-build-id 4.1.2 - 343a28e Low
Product pom artifactid istack-commons-runtime Highest
Product pom groupid com.sun.istack Highest
Product pom name istack common utility code runtime High
Product pom parent-artifactid istack-commons Medium
Version file version 4.1.2 High
Version Manifest Bundle-Version 4.1.2 High
Version Manifest implementation-build-id 4.1.2 Low
Version pom version 4.1.2 Highest
jackcess-4.0.1.jar
Description:
A pure Java library for reading from and writing to MS Access databases.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/healthmarketscience/jackcess/jackcess/4.0.1/jackcess-4.0.1.jar
MD5: e80402af89e45e11bc79f97e70b35039
SHA1: e9953ac607c1d85647d6bc364579a871ef069441
SHA256: 8d2eecb226c6f2ece3d44a96d688e2c03656af557b585804a90713fb67fbd95e
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
jackcess-4.0.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-charad@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jackcess High
Vendor jar package name healthmarketscience Highest
Vendor jar package name jackcess Highest
Vendor Manifest automatic-module-name com.healthmarketscience.jackcess Medium
Vendor Manifest bundle-docurl https://openhms.sourceforge.io/ Low
Vendor Manifest bundle-symbolicname com.healthmarketscience.jackcess Medium
Vendor pom artifactid jackcess Highest
Vendor pom artifactid jackcess Low
Vendor pom developer email jahlborn@users.sf.net Low
Vendor pom developer email javajedi@users.sf.net Low
Vendor pom developer id jahlborn Medium
Vendor pom developer id javajedi Medium
Vendor pom developer name James Ahlborn Medium
Vendor pom developer name Tim McCune Medium
Vendor pom groupid com.healthmarketscience.jackcess Highest
Vendor pom name Jackcess High
Vendor pom parent-artifactid openhms-parent Low
Vendor pom parent-groupid com.healthmarketscience Medium
Vendor pom url https://jackcess.sourceforge.io Highest
Product file name jackcess High
Product jar package name healthmarketscience Highest
Product jar package name jackcess Highest
Product Manifest automatic-module-name com.healthmarketscience.jackcess Medium
Product Manifest bundle-docurl https://openhms.sourceforge.io/ Low
Product Manifest Bundle-Name Jackcess Medium
Product Manifest bundle-symbolicname com.healthmarketscience.jackcess Medium
Product pom artifactid jackcess Highest
Product pom developer email jahlborn@users.sf.net Low
Product pom developer email javajedi@users.sf.net Low
Product pom developer id jahlborn Low
Product pom developer id javajedi Low
Product pom developer name James Ahlborn Low
Product pom developer name Tim McCune Low
Product pom groupid com.healthmarketscience.jackcess Highest
Product pom name Jackcess High
Product pom parent-artifactid openhms-parent Medium
Product pom parent-groupid com.healthmarketscience Medium
Product pom url https://jackcess.sourceforge.io Medium
Version file version 4.0.1 High
Version Manifest Bundle-Version 4.0.1 High
Version pom parent-version 4.0.1 Low
Version pom version 4.0.1 Highest
jackson-annotations-2.21.jar
Description:
Core annotations used for value types, used by Jackson data binding package.
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.21/jackson-annotations-2.21.jar
MD5: e0d0c3e7300954f73e43c67d933aaea4
SHA1: b1bc1868bf02dc0bd6c7836257a036a331005309
SHA256: 53ca085f4a150f703f49e1aabd935bd03b43e1ea3d55d135438292af22cef56b
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jackson-annotations-2.21.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jackson-annotations High
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-annotations Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.core Medium
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-annotations Highest
Vendor pom artifactid jackson-annotations Low
Vendor pom groupid com.fasterxml.jackson.core Highest
Vendor pom name Jackson-annotations High
Vendor pom parent-artifactid jackson-parent Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson Highest
Product file name jackson-annotations High
Product hint analyzer product java8 Highest
Product hint analyzer product modules Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Product Manifest Bundle-Name Jackson-annotations Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-annotations Medium
Product Manifest Implementation-Title Jackson-annotations High
Product Manifest specification-title Jackson-annotations Medium
Product pom artifactid jackson-annotations Highest
Product pom groupid com.fasterxml.jackson.core Highest
Product pom name Jackson-annotations High
Product pom parent-artifactid jackson-parent Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson High
Version file version 2.21 High
Version Manifest Implementation-Version 2.21 High
Version pom version 2.21 Highest
jackson-annotations-2.22.jar
Description:
Core annotations used for value types, used by Jackson data binding package.
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.22/jackson-annotations-2.22.jar
MD5: 04c11c456fd1e21b9a21c25c665109cc
SHA1: 15c67f9498d6934cff9510fc70c5a12e52290457
SHA256: 21ddb598807d3a51a876704eb979d9296e1c6a6f47ab1826ff88c6d6a127a2d0
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-turbomeca:provided
grif:compile
jackson-annotations-2.22.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.22.0
pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.22.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jackson-annotations High
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-annotations Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.core Medium
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-annotations Highest
Vendor pom artifactid jackson-annotations Low
Vendor pom groupid com.fasterxml.jackson.core Highest
Vendor pom name Jackson-annotations High
Vendor pom parent-artifactid jackson-parent Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson Highest
Product file name jackson-annotations High
Product hint analyzer product java8 Highest
Product hint analyzer product modules Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Product Manifest Bundle-Name Jackson-annotations Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-annotations Medium
Product Manifest Implementation-Title Jackson-annotations High
Product Manifest specification-title Jackson-annotations Medium
Product pom artifactid jackson-annotations Highest
Product pom groupid com.fasterxml.jackson.core Highest
Product pom name Jackson-annotations High
Product pom parent-artifactid jackson-parent Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson High
Version file version 2.22 High
Version Manifest Implementation-Version 2.22 High
Version pom version 2.22 Highest
jackson-core-2.21.4.jar
Description:
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.21.4/jackson-core-2.21.4.jar
MD5: 2f3d2557bb48afa00fe924c9689ab3b6
SHA1: 56a503ba45016714394807ea89f95f5093760089
SHA256: 4b40a06396f239f8de2da57419adde6e94e5edc18a2171d471ea05eeed4e5c2d
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jackson-core-2.21.4.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jackson-core High
Vendor jar package name base Highest
Vendor jar package name com Highest
Vendor jar package name core Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor jar package name json Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-core Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-core Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.core Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-core Highest
Vendor pom artifactid jackson-core Low
Vendor pom groupid com.fasterxml.jackson.core Highest
Vendor pom name Jackson-core High
Vendor pom parent-artifactid jackson-base Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson-core Highest
Product file name jackson-core High
Product hint analyzer product java8 Highest
Product hint analyzer product modules Highest
Product jar package name base Highest
Product jar package name com Highest
Product jar package name core Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product jar package name json Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson-core Low
Product Manifest Bundle-Name Jackson-core Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-core Medium
Product Manifest Implementation-Title Jackson-core High
Product Manifest multi-release true Low
Product Manifest specification-title Jackson-core Medium
Product pom artifactid jackson-core Highest
Product pom groupid com.fasterxml.jackson.core Highest
Product pom name Jackson-core High
Product pom parent-artifactid jackson-base Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson-core High
Version file version 2.21.4 High
Version Manifest Bundle-Version 2.21.4 High
Version Manifest Implementation-Version 2.21.4 High
Version pom version 2.21.4 Highest
jackson-core-2.22.0.jar
Description:
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.22.0/jackson-core-2.22.0.jar
MD5: b1d6835b410ec5d9c7ead9e280d36b44
SHA1: f25b20bdff54546bcaf9d1ac4701447f2d3968f7
SHA256: d2e8dd4df1e0f61b786ea06792f5bf4235d8278f158f3be6e997e955931c0c98
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-turbomeca:provided
grif:compile
jackson-core-2.22.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.22.0
pkg:maven/com.total/grif-importer-xls@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jackson-core High
Vendor jar package name base Highest
Vendor jar package name com Highest
Vendor jar package name core Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor jar package name json Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-core Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-core Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.core Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-core Highest
Vendor pom artifactid jackson-core Low
Vendor pom groupid com.fasterxml.jackson.core Highest
Vendor pom name Jackson-core High
Vendor pom parent-artifactid jackson-base Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson-core Highest
Product file name jackson-core High
Product hint analyzer product java8 Highest
Product hint analyzer product modules Highest
Product jar package name base Highest
Product jar package name com Highest
Product jar package name core Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product jar package name json Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson-core Low
Product Manifest Bundle-Name Jackson-core Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-core Medium
Product Manifest Implementation-Title Jackson-core High
Product Manifest multi-release true Low
Product Manifest specification-title Jackson-core Medium
Product pom artifactid jackson-core Highest
Product pom groupid com.fasterxml.jackson.core Highest
Product pom name Jackson-core High
Product pom parent-artifactid jackson-base Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson-core High
Version file version 2.22.0 High
Version Manifest Bundle-Version 2.22.0 High
Version Manifest Implementation-Version 2.22.0 High
Version pom version 2.22.0 Highest
jackson-databind-2.21.4.jar
Description:
General data-binding functionality for Jackson: works on core streaming API
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.21.4/jackson-databind-2.21.4.jar
MD5: 99769ad660a66c43caee5d539d19ed96
SHA1: 09e495680be707d466527d734368ebf36e464da2
SHA256: 3888e9e69ab66fbacaacc9aea0e9ffbf15368288e4aca468b024dba11c09fbf9
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jackson-databind-2.21.4.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jackson-databind High
Vendor jar package name databind Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-databind Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.core Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-databind Highest
Vendor pom artifactid jackson-databind Low
Vendor pom groupid com.fasterxml.jackson.core Highest
Vendor pom name jackson-databind High
Vendor pom parent-artifactid jackson-base Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson Highest
Product file name jackson-databind High
Product hint analyzer product java8 Highest
Product hint analyzer product modules Highest
Product jar package name databind Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Product Manifest Bundle-Name jackson-databind Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-databind Medium
Product Manifest Implementation-Title jackson-databind High
Product Manifest multi-release true Low
Product Manifest specification-title jackson-databind Medium
Product pom artifactid jackson-databind Highest
Product pom groupid com.fasterxml.jackson.core Highest
Product pom name jackson-databind High
Product pom parent-artifactid jackson-base Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson High
Version file version 2.21.4 High
Version Manifest Bundle-Version 2.21.4 High
Version Manifest Implementation-Version 2.21.4 High
Version pom version 2.21.4 Highest
CVE-2026-54515 suppress
jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.8.0 until 2.18.9, 2.21.5, and 3.1.4, in BeanDeserializerBase.createContextual(), per-property @JsonIgnoreProperties exclusions are applied by _handleByNameInclusion(), producing a contextual deserializer whose BeanPropertyMap has the ignored properties removed. The subsequent per-property case-insensitivity block (triggered by @JsonFormat(ACCEPT_CASE_INSENSITIVE_PROPERTIES)) rebuilds from this._beanProperties (the original, unfiltered map) instead of contextual._beanProperties, then overwrites the filtered map — restoring every property _handleByNameInclusion had just removed. The ignored property becomes writable again. This vulnerability is fixed in 2.18.9, 2.21.5, and 3.1.4.
CWE-915 Improperly Controlled Modification of Dynamically-Determined Object Attributes
CVSSv3:
Base Score: MEDIUM (5.3)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RC:R/MAV:A
References:
Vulnerable Software & Versions: (show all )
jackson-databind-2.22.0.jar
Description:
General data-binding functionality for Jackson: works on core streaming API
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.22.0/jackson-databind-2.22.0.jar
MD5: b3f464be073a99e61bef476e03f001c3
SHA1: 7aa54fc3755a9285eec2e73053bde1b9b845a9b2
SHA256: 3520a0351f294699e3e1b7a37c7a726afd81e1a89ae702ac7d47ff347fd2ecbf
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-turbomeca:provided
grif:compile
jackson-databind-2.22.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.22.0
pkg:maven/com.total/grif-importer-xls@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jackson-databind High
Vendor jar package name databind Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-databind Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.core Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-databind Highest
Vendor pom artifactid jackson-databind Low
Vendor pom groupid com.fasterxml.jackson.core Highest
Vendor pom name jackson-databind High
Vendor pom parent-artifactid jackson-base Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson Highest
Product file name jackson-databind High
Product hint analyzer product java8 Highest
Product hint analyzer product modules Highest
Product jar package name databind Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson Low
Product Manifest Bundle-Name jackson-databind Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.core.jackson-databind Medium
Product Manifest Implementation-Title jackson-databind High
Product Manifest multi-release true Low
Product Manifest specification-title jackson-databind Medium
Product pom artifactid jackson-databind Highest
Product pom groupid com.fasterxml.jackson.core Highest
Product pom name jackson-databind High
Product pom parent-artifactid jackson-base Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson High
Version file version 2.22.0 High
Version Manifest Bundle-Version 2.22.0 High
Version Manifest Implementation-Version 2.22.0 High
Version pom version 2.22.0 Highest
CVE-2026-54515 suppress
jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.8.0 until 2.18.9, 2.21.5, and 3.1.4, in BeanDeserializerBase.createContextual(), per-property @JsonIgnoreProperties exclusions are applied by _handleByNameInclusion(), producing a contextual deserializer whose BeanPropertyMap has the ignored properties removed. The subsequent per-property case-insensitivity block (triggered by @JsonFormat(ACCEPT_CASE_INSENSITIVE_PROPERTIES)) rebuilds from this._beanProperties (the original, unfiltered map) instead of contextual._beanProperties, then overwrites the filtered map — restoring every property _handleByNameInclusion had just removed. The ignored property becomes writable again. This vulnerability is fixed in 2.18.9, 2.21.5, and 3.1.4.
CWE-915 Improperly Controlled Modification of Dynamically-Determined Object Attributes
CVSSv3:
Base Score: MEDIUM (5.3)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RC:R/MAV:A
References:
Vulnerable Software & Versions: (show all )
jackson-dataformat-xml-2.21.4.jar
Description:
Data format extension for Jackson to offer
alternative support for serializing POJOs as XML and deserializing XML as POJOs.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.21.4/jackson-dataformat-xml-2.21.4.jar
MD5: 4b3ee53eebabc6df4cfe0b8e1168077c
SHA1: 4378ae18c5fcfb926ca9f276b2c6a55f8c005574
SHA256: 662e4c8e012db91b1e5a9b294c4a3391ecaaf2cd1a04f1b64943c2db8fd9459b
Referenced In Project/Scope: grif-monitoring-client:provided
jackson-dataformat-xml-2.21.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jackson-dataformat-xml High
Vendor jar package name dataformat Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor jar package name xml Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-dataformat-xml Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.dataformat.jackson-dataformat-xml Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.dataformat Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-dataformat-xml Highest
Vendor pom artifactid jackson-dataformat-xml Low
Vendor pom groupid com.fasterxml.jackson.dataformat Highest
Vendor pom name Jackson-dataformat-XML High
Vendor pom parent-artifactid jackson-base Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson-dataformat-xml Highest
Product file name jackson-dataformat-xml High
Product jar package name dataformat Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product jar package name xml Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson-dataformat-xml Low
Product Manifest Bundle-Name Jackson-dataformat-XML Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.dataformat.jackson-dataformat-xml Medium
Product Manifest Implementation-Title Jackson-dataformat-XML High
Product Manifest multi-release true Low
Product Manifest specification-title Jackson-dataformat-XML Medium
Product pom artifactid jackson-dataformat-xml Highest
Product pom groupid com.fasterxml.jackson.dataformat Highest
Product pom name Jackson-dataformat-XML High
Product pom parent-artifactid jackson-base Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson-dataformat-xml High
Version file version 2.21.4 High
Version Manifest Bundle-Version 2.21.4 High
Version Manifest Implementation-Version 2.21.4 High
Version pom version 2.21.4 Highest
jackson-dataformat-xml-2.22.0.jar
Description:
Data format extension for Jackson to offer
alternative support for serializing POJOs as XML and deserializing XML as POJOs.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.22.0/jackson-dataformat-xml-2.22.0.jar
MD5: b69b46e9e74f3abedd6fc5e129b7f23e
SHA1: 165dbf511d2148fd8448e0c62e532a83c949eef9
SHA256: bf7e8b9f737879636c3374b4fd05c5ef14cd7c9b8d840438be55c03dcd547218
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-turbomeca:provided
grif:compile
jackson-dataformat-xml-2.22.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-checksums@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jackson-dataformat-xml High
Vendor jar package name dataformat Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor jar package name xml Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-dataformat-xml Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.dataformat.jackson-dataformat-xml Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.dataformat Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-dataformat-xml Highest
Vendor pom artifactid jackson-dataformat-xml Low
Vendor pom groupid com.fasterxml.jackson.dataformat Highest
Vendor pom name Jackson-dataformat-XML High
Vendor pom parent-artifactid jackson-base Low
Vendor pom parent-groupid com.fasterxml.jackson Medium
Vendor pom url FasterXML/jackson-dataformat-xml Highest
Product file name jackson-dataformat-xml High
Product jar package name dataformat Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product jar package name xml Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson-dataformat-xml Low
Product Manifest Bundle-Name Jackson-dataformat-XML Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.dataformat.jackson-dataformat-xml Medium
Product Manifest Implementation-Title Jackson-dataformat-XML High
Product Manifest multi-release true Low
Product Manifest specification-title Jackson-dataformat-XML Medium
Product pom artifactid jackson-dataformat-xml Highest
Product pom groupid com.fasterxml.jackson.dataformat Highest
Product pom name Jackson-dataformat-XML High
Product pom parent-artifactid jackson-base Medium
Product pom parent-groupid com.fasterxml.jackson Medium
Product pom url FasterXML/jackson-dataformat-xml High
Version file version 2.22.0 High
Version Manifest Bundle-Version 2.22.0 High
Version Manifest Implementation-Version 2.22.0 High
Version pom version 2.22.0 Highest
jackson-datatype-jdk8-2.21.4.jar
Description:
Add-on module for Jackson (https://github.com/FasterXML/jackson) to support
JDK 8 data types.
License:
http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.21.4/jackson-datatype-jdk8-2.21.4.jar
MD5: 282ec253ef93128ef2df436f02971b98
SHA1: 0a1b9fe3b6e8d4418fe09a1ba9a8f6640137cfb5
SHA256: 2dde4a8f1aad3306c040f56ff40da81c6d58dcef3434c00849c9bce09f56a074
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jackson-datatype-jdk8-2.21.4.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jackson-datatype-jdk8 High
Vendor jar package name datatype Highest
Vendor jar package name fasterxml Highest
Vendor jar package name jackson Highest
Vendor jar package name jdk8 Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8 Low
Vendor Manifest bundle-symbolicname com.fasterxml.jackson.datatype.jackson-datatype-jdk8 Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.jackson.datatype Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid jackson-datatype-jdk8 Highest
Vendor pom artifactid jackson-datatype-jdk8 Low
Vendor pom groupid com.fasterxml.jackson.datatype Highest
Vendor pom name Jackson datatype: jdk8 High
Vendor pom parent-artifactid jackson-modules-java8 Low
Vendor pom parent-groupid com.fasterxml.jackson.module Medium
Product file name jackson-datatype-jdk8 High
Product jar package name datatype Highest
Product jar package name fasterxml Highest
Product jar package name jackson Highest
Product jar package name jdk8 Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8 Low
Product Manifest Bundle-Name Jackson datatype: jdk8 Medium
Product Manifest bundle-symbolicname com.fasterxml.jackson.datatype.jackson-datatype-jdk8 Medium
Product Manifest Implementation-Title Jackson datatype: jdk8 High
Product Manifest multi-release true Low
Product Manifest specification-title Jackson datatype: jdk8 Medium
Product pom artifactid jackson-datatype-jdk8 Highest
Product pom groupid com.fasterxml.jackson.datatype Highest
Product pom name Jackson datatype: jdk8 High
Product pom parent-artifactid jackson-modules-java8 Medium
Product pom parent-groupid com.fasterxml.jackson.module Medium
Version file version 2.21.4 High
Version Manifest Bundle-Version 2.21.4 High
Version Manifest Implementation-Version 2.21.4 High
Version pom version 2.21.4 Highest
Related Dependencies
jackson-datatype-jsr310-2.21.4.jar
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.21.4/jackson-datatype-jsr310-2.21.4.jar
MD5: 8d64e799458e78f5d46765da252270fa
SHA1: 51f9ede30826b05cdf8a70b47bc68bd6271dfaaa
SHA256: d1ac4b98b70304e56448423589fde5e775b100889643ad1ead62cc7811633684
pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.21.4
jackson-module-parameter-names-2.21.4.jar
File Path: /home/cfolleau/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.21.4/jackson-module-parameter-names-2.21.4.jar
MD5: 525a10fe688f472c821e5779155e6023
SHA1: 5f1439ff7bebf7601e12a9ee7919b81ab9cb7c78
SHA256: 9510f91a4be2c700753ad244596b67424cb32c23659db1dc534219226e5df3a3
pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.21.4
jakarta.activation-api-2.1.4.jar
Description:
Specification
License:
EDL 1.0: http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar
MD5: bc1602eee7bc61a0b86f14bbbb0cc794
SHA1: 9e5c2a0d75dde71a0bedc4dbdbe47b78a5dc50f8
SHA256: c9db52100ce6c8aac95cc39075f95720d2e561b11f8051b81c121ad4effd7004
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
jakarta.activation-api-2.1.4.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-test@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.activation-api High
Vendor jar package name activation Highest
Vendor jar package name jakarta Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname jakarta.activation-api Medium
Vendor Manifest extension-name jakarta.activation Medium
Vendor Manifest implementation-build-id 3dad341 Low
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid jakarta.activation-api Highest
Vendor pom artifactid jakarta.activation-api Low
Vendor pom developer email bill.shannon@oracle.com Low
Vendor pom developer id shannon Medium
Vendor pom developer name Bill Shannon Medium
Vendor pom developer org Oracle Medium
Vendor pom groupid jakarta.activation Highest
Vendor pom name Jakarta Activation API High
Vendor pom parent-artifactid project Low
Vendor pom parent-groupid org.eclipse.ee4j Medium
Vendor pom url jakartaee/jaf-api Highest
Vendor pom (hint) developer org sun Medium
Product file name jakarta.activation-api High
Product jar package name activation Highest
Product jar package name jakarta Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Jakarta Activation API Medium
Product Manifest bundle-symbolicname jakarta.activation-api Medium
Product Manifest extension-name jakarta.activation Medium
Product Manifest implementation-build-id 3dad341 Low
Product Manifest Implementation-Title Jakarta Activation API High
Product Manifest specification-title Jakarta Activation Specification Medium
Product pom artifactid jakarta.activation-api Highest
Product pom developer email bill.shannon@oracle.com Low
Product pom developer id shannon Low
Product pom developer name Bill Shannon Low
Product pom developer org Oracle Low
Product pom groupid jakarta.activation Highest
Product pom name Jakarta Activation API High
Product pom parent-artifactid project Medium
Product pom parent-groupid org.eclipse.ee4j Medium
Product pom url jakartaee/jaf-api High
Version file version 2.1.4 High
Version Manifest Bundle-Version 2.1.4 High
Version pom parent-version 2.1.4 Low
Version pom version 2.1.4 Highest
jakarta.annotation-api-2.1.1.jar
Description:
Jakarta Annotations API
License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0
GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html
File Path: /home/cfolleau/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
MD5: 5dac2f68e8288d0add4dc92cb161711d
SHA1: 48b9bda22b091b1f48b13af03fe36db3be6e1ae3
SHA256: 5f65fdaf424eee2b55e1d882ba9bb376be93fb09b37b808be6e22e8851c909fe
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jakarta.annotation-api-2.1.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.annotation-api High
Vendor jar package name annotation Highest
Vendor jar package name jakarta Highest
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname jakarta.annotation-api Medium
Vendor Manifest extension-name jakarta.annotation Medium
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest Implementation-Vendor-Id org.glassfish Medium
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid jakarta.annotation-api Highest
Vendor pom artifactid jakarta.annotation-api Low
Vendor pom developer name Dmitry Kornilov Medium
Vendor pom developer name Linda De Michiel Medium
Vendor pom developer org Oracle Corp. Medium
Vendor pom groupid jakarta.annotation Highest
Vendor pom name Jakarta Annotations API High
Vendor pom parent-artifactid project Low
Vendor pom parent-groupid org.eclipse.ee4j Medium
Vendor pom url https://projects.eclipse.org/projects/ee4j.ca Highest
Product file name jakarta.annotation-api High
Product jar package name annotation Highest
Product jar package name jakarta Highest
Product Manifest build-jdk-spec 11 Low
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Jakarta Annotations API Medium
Product Manifest bundle-symbolicname jakarta.annotation-api Medium
Product Manifest extension-name jakarta.annotation Medium
Product pom artifactid jakarta.annotation-api Highest
Product pom developer name Dmitry Kornilov Low
Product pom developer name Linda De Michiel Low
Product pom developer org Oracle Corp. Low
Product pom groupid jakarta.annotation Highest
Product pom name Jakarta Annotations API High
Product pom parent-artifactid project Medium
Product pom parent-groupid org.eclipse.ee4j Medium
Product pom url https://projects.eclipse.org/projects/ee4j.ca Medium
Version file version 2.1.1 High
Version Manifest Bundle-Version 2.1.1 High
Version Manifest Implementation-Version 2.1.1 High
Version pom parent-version 2.1.1 Low
Version pom version 2.1.1 Highest
jakarta.inject-api-2.0.1.jar
Description:
Jakarta Dependency Injection
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
MD5: 72003bf6efcc8455d414bbd7da86c11c
SHA1: 4c28afe1991a941d7702fe1362c365f0a8641d1e
SHA256: f7dc98062fccf14126abb751b64fab12c312566e8cbdc8483598bffcea93af7c
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
jakarta.inject-api-2.0.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.inject-api High
Vendor jar package name inject Highest
Vendor jar package name jakarta Highest
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname jakarta.inject.jakarta.inject-api Medium
Vendor pom artifactid jakarta.inject-api Highest
Vendor pom artifactid jakarta.inject-api Low
Vendor pom developer email asd[at]redhat[dot]com Low
Vendor pom developer email manovotn[at]redhat[dot]com Low
Vendor pom developer email mkouba[at]redhat[dot]com Low
Vendor pom developer email tremes[at]redhat[dot]com Low
Vendor pom developer id asabotdu Medium
Vendor pom developer id manovotn Medium
Vendor pom developer id mkouba Medium
Vendor pom developer id tremes Medium
Vendor pom developer name Antoine Sabot-Durand Medium
Vendor pom developer name Martin Kouba Medium
Vendor pom developer name Matej Novotny Medium
Vendor pom developer name Tomas Remes Medium
Vendor pom developer org Red Hat Inc. Medium
Vendor pom groupid jakarta.inject Highest
Vendor pom name Jakarta Dependency Injection High
Vendor pom parent-artifactid project Low
Vendor pom parent-groupid org.eclipse.ee4j Medium
Vendor pom url eclipse-ee4j/injection-api Highest
Product file name jakarta.inject-api High
Product jar package name inject Highest
Product jar package name jakarta Highest
Product Manifest build-jdk-spec 11 Low
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Jakarta Dependency Injection Medium
Product Manifest bundle-symbolicname jakarta.inject.jakarta.inject-api Medium
Product pom artifactid jakarta.inject-api Highest
Product pom developer email asd[at]redhat[dot]com Low
Product pom developer email manovotn[at]redhat[dot]com Low
Product pom developer email mkouba[at]redhat[dot]com Low
Product pom developer email tremes[at]redhat[dot]com Low
Product pom developer id asabotdu Low
Product pom developer id manovotn Low
Product pom developer id mkouba Low
Product pom developer id tremes Low
Product pom developer name Antoine Sabot-Durand Low
Product pom developer name Martin Kouba Low
Product pom developer name Matej Novotny Low
Product pom developer name Tomas Remes Low
Product pom developer org Red Hat Inc. Low
Product pom groupid jakarta.inject Highest
Product pom name Jakarta Dependency Injection High
Product pom parent-artifactid project Medium
Product pom parent-groupid org.eclipse.ee4j Medium
Product pom url eclipse-ee4j/injection-api High
Version file version 2.0.1 High
Version Manifest Bundle-Version 2.0.1 High
Version pom parent-version 2.0.1 Low
Version pom version 2.0.1 Highest
jakarta.persistence-api-3.1.0.jar
Description:
Jakarta Persistence 3.1 API jar
License:
Eclipse Public License v. 2.0: http://www.eclipse.org/legal/epl-2.0
Eclipse Distribution License v. 1.0: http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar
MD5: 35a1b7dfb38cf44ff795be607b0e6b5b
SHA1: 66901fa1c373c6aff65c13791cc11da72060a8d6
SHA256: 475389446d35c6f46c565728b756dc508c284644ea2690644e0d8e7e339d42fd
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jakarta.persistence-api-3.1.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.persistence-api High
Vendor jar package name jakarta Highest
Vendor jar package name persistence Highest
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname jakarta.persistence-api Medium
Vendor Manifest extension-name jakarta.persistence Medium
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid jakarta.persistence-api Highest
Vendor pom artifactid jakarta.persistence-api Low
Vendor pom developer id lukasj Medium
Vendor pom developer name Lukas Jungmann Medium
Vendor pom developer org Oracle, Inc. Medium
Vendor pom groupid jakarta.persistence Highest
Vendor pom name Jakarta Persistence API High
Vendor pom parent-artifactid project Low
Vendor pom parent-groupid org.eclipse.ee4j Medium
Vendor pom url eclipse-ee4j/jpa-api Highest
Product file name jakarta.persistence-api High
Product jar package name jakarta Highest
Product jar package name persistence Highest
Product Manifest build-jdk-spec 11 Low
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Jakarta Persistence API jar Medium
Product Manifest bundle-symbolicname jakarta.persistence-api Medium
Product Manifest extension-name jakarta.persistence Medium
Product pom artifactid jakarta.persistence-api Highest
Product pom developer id lukasj Low
Product pom developer name Lukas Jungmann Low
Product pom developer org Oracle, Inc. Low
Product pom groupid jakarta.persistence Highest
Product pom name Jakarta Persistence API High
Product pom parent-artifactid project Medium
Product pom parent-groupid org.eclipse.ee4j Medium
Product pom url eclipse-ee4j/jpa-api High
Version file version 3.1.0 High
Version Manifest Bundle-Version 3.1.0 High
Version Manifest Implementation-Version 3.1.0 High
Version pom parent-version 3.1.0 Low
Version pom version 3.1.0 Highest
jakarta.transaction-api-2.0.1.jar
Description:
Jakarta Transactions
License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0
GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html
File Path: /home/cfolleau/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar
MD5: 5315974a3935e342b40849478e1c9966
SHA1: 51a520e3fae406abb84e2e1148e6746ce3f80a1a
SHA256: 50c0a7c760c13ae6c042acf182b28f0047413db95b4636fb8879bcffab5ba875
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jakarta.transaction-api-2.0.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.transaction-api High
Vendor jar package name jakarta Highest
Vendor jar package name transaction Highest
Vendor Manifest automatic-module-name jakarta.transaction Medium
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-docurl https://github.com/eclipse-ee4j Low
Vendor Manifest bundle-symbolicname jakarta.transaction-api Medium
Vendor Manifest extension-name jakarta.transaction Medium
Vendor Manifest Implementation-Vendor EE4J Community High
Vendor Manifest Implementation-Vendor-Id org.glassfish Medium
Vendor Manifest specification-vendor Oracle Corporation Low
Vendor pom artifactid jakarta.transaction-api Highest
Vendor pom artifactid jakarta.transaction-api Low
Vendor pom developer id stephen_felts Medium
Vendor pom developer name Stephen Felts Medium
Vendor pom developer org Oracle, Inc. Medium
Vendor pom groupid jakarta.transaction Highest
Vendor pom name API High
Vendor pom name ${extension.name} API High
Vendor pom organization name EE4J Community High
Vendor pom organization url eclipse-ee4j Medium
Vendor pom parent-artifactid project Low
Vendor pom parent-groupid org.eclipse.ee4j Medium
Vendor pom url https://projects.eclipse.org/projects/ee4j.jta Highest
Product file name jakarta.transaction-api High
Product jar package name jakarta Highest
Product jar package name transaction Highest
Product Manifest automatic-module-name jakarta.transaction Medium
Product Manifest build-jdk-spec 11 Low
Product Manifest bundle-docurl https://github.com/eclipse-ee4j Low
Product Manifest Bundle-Name jakarta.transaction API Medium
Product Manifest bundle-symbolicname jakarta.transaction-api Medium
Product Manifest extension-name jakarta.transaction Medium
Product pom artifactid jakarta.transaction-api Highest
Product pom developer id stephen_felts Low
Product pom developer name Stephen Felts Low
Product pom developer org Oracle, Inc. Low
Product pom groupid jakarta.transaction Highest
Product pom name API High
Product pom name ${extension.name} API High
Product pom organization name EE4J Community Low
Product pom parent-artifactid project Medium
Product pom parent-groupid org.eclipse.ee4j Medium
Product pom url eclipse-ee4j High
Product pom url https://projects.eclipse.org/projects/ee4j.jta Medium
Version file version 2.0.1 High
Version Manifest Bundle-Version 2.0.1 High
Version Manifest Implementation-Version 2.0.1 High
Version pom parent-version 2.0.1 Low
Version pom version 2.0.1 Highest
jakarta.validation-api-3.0.2.jar
Description:
Jakarta Bean Validation API
License:
Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar
MD5: 3a1ee6efca3e41e3320599790f54c5eb
SHA1: 92b6631659ba35ca09e44874d3eb936edfeee532
SHA256: 291c25e6910cc6a7ebd96d4c6baebf6d7c37676c5482c2d96146e901b62c1fc9
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jakarta.validation-api-3.0.2.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-validation@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.validation-api High
Vendor jar package name jakarta Highest
Vendor jar package name validation Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname jakarta.validation.jakarta.validation-api Medium
Vendor pom artifactid jakarta.validation-api Highest
Vendor pom artifactid jakarta.validation-api Low
Vendor pom developer email emmanuel@hibernate.org Low
Vendor pom developer email guillaume.smet@hibernate.org Low
Vendor pom developer email gunnar@hibernate.org Low
Vendor pom developer email hferents@redhat.com Low
Vendor pom developer id emmanuelbernard Medium
Vendor pom developer id epbernard Medium
Vendor pom developer id guillaume.smet Medium
Vendor pom developer id gunnar.morling Medium
Vendor pom developer id hardy.ferentschik Medium
Vendor pom developer name Emmanuel Bernard Medium
Vendor pom developer name Guillaume Smet Medium
Vendor pom developer name Gunnar Morling Medium
Vendor pom developer name Hardy Ferentschik Medium
Vendor pom developer org Red Hat, Inc. Medium
Vendor pom groupid jakarta.validation Highest
Vendor pom name Jakarta Bean Validation API High
Vendor pom parent-artifactid project Low
Vendor pom parent-groupid org.eclipse.ee4j Medium
Vendor pom url https://beanvalidation.org Highest
Product file name jakarta.validation-api High
Product jar package name jakarta Highest
Product jar package name validation Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Jakarta Bean Validation API Medium
Product Manifest bundle-symbolicname jakarta.validation.jakarta.validation-api Medium
Product pom artifactid jakarta.validation-api Highest
Product pom developer email emmanuel@hibernate.org Low
Product pom developer email guillaume.smet@hibernate.org Low
Product pom developer email gunnar@hibernate.org Low
Product pom developer email hferents@redhat.com Low
Product pom developer id emmanuelbernard Low
Product pom developer id epbernard Low
Product pom developer id guillaume.smet Low
Product pom developer id gunnar.morling Low
Product pom developer id hardy.ferentschik Low
Product pom developer name Emmanuel Bernard Low
Product pom developer name Guillaume Smet Low
Product pom developer name Gunnar Morling Low
Product pom developer name Hardy Ferentschik Low
Product pom developer org Red Hat, Inc. Low
Product pom groupid jakarta.validation Highest
Product pom name Jakarta Bean Validation API High
Product pom parent-artifactid project Medium
Product pom parent-groupid org.eclipse.ee4j Medium
Product pom url https://beanvalidation.org Medium
Version file version 3.0.2 High
Version Manifest Bundle-Version 3.0.2 High
Version pom parent-version 3.0.2 Low
Version pom version 3.0.2 Highest
jakarta.xml.bind-api-4.0.5.jar
Description:
Jakarta XML Binding API 4.0 Design Specification
License:
http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.5/jakarta.xml.bind-api-4.0.5.jar
MD5: 935053b2c792f34c7ea3a238ea96f3ac
SHA1: 161811f36cad3c65991502e80317f2f6703361df
SHA256: 5e489b6c874c4119e003ff1403db523ee3a8959ec499f3de29e77245efccf216
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
jakarta.xml.bind-api-4.0.5.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-test@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jakarta.xml.bind-api High
Vendor jar package name bind Highest
Vendor jar package name jakarta Highest
Vendor jar package name xml Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname jakarta.xml.bind-api Medium
Vendor Manifest extension-name jakarta.xml.bind Medium
Vendor Manifest implementation-build-id 33af600 Low
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid jakarta.xml.bind-api Highest
Vendor pom artifactid jakarta.xml.bind-api Low
Vendor pom groupid jakarta.xml.bind Highest
Vendor pom name Jakarta XML Binding API High
Vendor pom parent-artifactid jakarta.xml.bind-api-parent Low
Product file name jakarta.xml.bind-api High
Product jar package name bind Highest
Product jar package name jakarta Highest
Product jar package name xml Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name Jakarta XML Binding API Medium
Product Manifest bundle-symbolicname jakarta.xml.bind-api Medium
Product Manifest extension-name jakarta.xml.bind Medium
Product Manifest implementation-build-id 33af600 Low
Product pom artifactid jakarta.xml.bind-api Highest
Product pom groupid jakarta.xml.bind Highest
Product pom name Jakarta XML Binding API High
Product pom parent-artifactid jakarta.xml.bind-api-parent Medium
Version file version 4.0.5 High
Version Manifest Bundle-Version 4.0.5 High
Version Manifest Implementation-Version 4.0.5 High
Version pom version 4.0.5 Highest
jandex-3.2.0.jar
Description:
SmallRye Build Parent POM
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar
MD5: 703254a1bd4c37efeebdc0a283c65565
SHA1: f17ad860f62a08487b9edabde608f8ac55c62fa7
SHA256: 6da3e9ce8d0c0a433f3e7ce610a3c66accb00c71fee67aa0ff3e5a841395ac15
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
jandex-3.2.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jandex High
Vendor jar package name jandex Highest
Vendor jar package name jboss Highest
Vendor Manifest automatic-module-name org.jboss.jandex Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-symbolicname io.smallrye.jandex Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid jandex Highest
Vendor pom artifactid jandex Low
Vendor pom groupid io.smallrye Highest
Vendor pom name Jandex: Core High
Vendor pom parent-artifactid jandex-parent Low
Product file name jandex High
Product jar package name jandex Highest
Product jar package name jboss Highest
Product Manifest automatic-module-name org.jboss.jandex Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Bundle-Name Jandex: Core Medium
Product Manifest bundle-symbolicname io.smallrye.jandex Medium
Product Manifest multi-release true Low
Product pom artifactid jandex Highest
Product pom groupid io.smallrye Highest
Product pom name Jandex: Core High
Product pom parent-artifactid jandex-parent Medium
Version file version 3.2.0 High
Version Manifest Bundle-Version 3.2.0 High
Version pom version 3.2.0 Highest
javahelp-2.0.05.jar
Description:
The JavaHelp API provides a platform-independent help framework.
License:
GNU General Public License - Version 2 with the class path exception: https://javahelp.dev.java.net/license.txt
File Path: /home/cfolleau/.m2/repository/javax/help/javahelp/2.0.05/javahelp-2.0.05.jar
MD5: 15206c67e9876702b8bdca7e05dd3bd4
SHA1: ca70822c47a67fc3a11670270567c2d01566dae1
SHA256: fcf4922d38ff85184f1d2328317bb60826e14da948abd606ee3d5b8c6a70debd
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
javahelp-2.0.05.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name javahelp High
Vendor jar package name help Highest
Vendor jar package name java Highest
Vendor jar package name javax Highest
Vendor jar package name sun Highest
Vendor jar (hint) package name oracle Highest
Vendor Manifest extension-name javax.help Medium
Vendor Manifest Implementation-Vendor Sun Microsystems, Inc High
Vendor Manifest Implementation-Vendor-Id com.sun Medium
Vendor Manifest specification-vendor Sun Microsystems, Inc Low
Vendor pom artifactid javahelp Highest
Vendor pom artifactid javahelp Low
Vendor pom developer email jglick@dev.java.net Low
Vendor pom developer email jst@dev.java.net Low
Vendor pom developer email lmhoffman@dev.java.net Low
Vendor pom developer id jglick Medium
Vendor pom developer id jst Medium
Vendor pom developer id lmhoffman Medium
Vendor pom developer name Jaroslav Tulach Medium
Vendor pom developer name Jesse Glick Medium
Vendor pom developer name Larry Hoffman Medium
Vendor pom developer org java.net Medium
Vendor pom groupid javax.help Highest
Vendor pom name JavaHelp API High
Vendor pom url https://javahelp.dev.java.net/ Highest
Product file name javahelp High
Product jar package name help Highest
Product jar package name java Highest
Product jar package name javax Highest
Product Manifest extension-name javax.help Medium
Product pom artifactid javahelp Highest
Product pom developer email jglick@dev.java.net Low
Product pom developer email jst@dev.java.net Low
Product pom developer email lmhoffman@dev.java.net Low
Product pom developer id jglick Low
Product pom developer id jst Low
Product pom developer id lmhoffman Low
Product pom developer name Jaroslav Tulach Low
Product pom developer name Jesse Glick Low
Product pom developer name Larry Hoffman Low
Product pom developer org java.net Low
Product pom groupid javax.help Highest
Product pom name JavaHelp API High
Product pom url https://javahelp.dev.java.net/ Medium
Version file version 2.0.05 High
Version pom version 2.0.05 Highest
javax.inject-1.jar
Description:
The javax.inject API
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar
MD5: 289075e48b909e9e74e6c915b3631d2e
SHA1: 6975da39a7040257bd51d21a231b76c915872d38
SHA256: 91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff
Referenced In Project/Scope: grif-ext:compile
javax.inject-1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model-builder@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name javax.inject-1 High
Vendor jar package name inject Highest
Vendor jar package name inject Low
Vendor jar package name javax Highest
Vendor jar package name javax Low
Vendor pom artifactid javax.inject Highest
Vendor pom artifactid javax.inject Low
Vendor pom groupid javax.inject Highest
Vendor pom name javax.inject High
Vendor pom url http://code.google.com/p/atinject/ Highest
Product file name javax.inject-1 High
Product jar package name inject Highest
Product jar package name inject Low
Product jar package name javax Highest
Product pom artifactid javax.inject Highest
Product pom groupid javax.inject Highest
Product pom name javax.inject High
Product pom url http://code.google.com/p/atinject/ Medium
Version file version 1 Medium
Version pom version 1 Highest
jaxb-core-4.0.9.jar
Description:
JAXB Core module. Contains sources required by XJC, JXC and Runtime modules.
License:
http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/org/glassfish/jaxb/jaxb-core/4.0.9/jaxb-core-4.0.9.jar
MD5: cfe79c0de53d009f9b171d1320f7879a
SHA1: 3f32ec949d109d666fa30994223d1c25a47b105f
SHA256: 6b014df25d22c8446cc2df0a378c5b2137747f197a731d99eb24c756b26f7e8d
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
jaxb-core-4.0.9.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jaxb-core High
Vendor jar package name core Highest
Vendor jar package name glassfish Highest
Vendor jar package name jaxb Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname org.glassfish.jaxb.core Medium
Vendor Manifest git-revision e155f35 Low
Vendor Manifest implementation-build-id 4.0.9 - e155f35 Low
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest Implementation-Vendor-Id org.glassfish.jaxb Medium
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid jaxb-core Highest
Vendor pom artifactid jaxb-core Low
Vendor pom groupid org.glassfish.jaxb Highest
Vendor pom name JAXB Core High
Vendor pom parent-artifactid jaxb-parent Low
Vendor pom url https://eclipse-ee4j.github.io/jaxb-ri/ Highest
Product file name jaxb-core High
Product jar package name core Highest
Product jar package name glassfish Highest
Product jar package name jaxb Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name JAXB Core Medium
Product Manifest bundle-symbolicname org.glassfish.jaxb.core Medium
Product Manifest git-revision e155f35 Low
Product Manifest implementation-build-id 4.0.9 - e155f35 Low
Product Manifest Implementation-Title Eclipse Implementation of JAXB High
Product Manifest specification-title Jakarta XML Binding Medium
Product pom artifactid jaxb-core Highest
Product pom groupid org.glassfish.jaxb Highest
Product pom name JAXB Core High
Product pom parent-artifactid jaxb-parent Medium
Product pom url https://eclipse-ee4j.github.io/jaxb-ri/ Medium
Version file version 4.0.9 High
Version Manifest build-version 4.0.9 Medium
Version Manifest Bundle-Version 4.0.9 High
Version Manifest implementation-build-id 4.0.9 Low
Version pom version 4.0.9 Highest
jaxb-runtime-4.0.9.jar
Description:
JAXB (JSR 222) Reference Implementation
License:
http://www.eclipse.org/org/documents/edl-v10.php
File Path: /home/cfolleau/.m2/repository/org/glassfish/jaxb/jaxb-runtime/4.0.9/jaxb-runtime-4.0.9.jar
MD5: 5a09f7188a527773fc71f0ac8ca30652
SHA1: 500c199572538675d2819c938fbafe34935d8d6b
SHA256: 93e09b7316b6af68d6e2083e4c297daf28e8957f45d725077af812c0b12c39ab
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
jaxb-runtime-4.0.9.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jaxb-runtime High
Vendor jar package name glassfish Highest
Vendor jar package name jaxb Highest
Vendor jar package name runtime Highest
Vendor Manifest bundle-docurl https://www.eclipse.org Low
Vendor Manifest bundle-symbolicname org.glassfish.jaxb.runtime Medium
Vendor Manifest git-revision e155f35 Low
Vendor Manifest implementation-build-id 4.0.9 - e155f35 Low
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest Implementation-Vendor-Id org.glassfish.jaxb Medium
Vendor Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.xml.bind.JAXBContextFactory" Low
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid jaxb-runtime Highest
Vendor pom artifactid jaxb-runtime Low
Vendor pom groupid org.glassfish.jaxb Highest
Vendor pom name JAXB Runtime High
Vendor pom parent-artifactid jaxb-runtime-parent Low
Vendor pom url https://eclipse-ee4j.github.io/jaxb-ri/ Highest
Product file name jaxb-runtime High
Product jar package name glassfish Highest
Product jar package name jaxb Highest
Product jar package name runtime Highest
Product Manifest bundle-docurl https://www.eclipse.org Low
Product Manifest Bundle-Name JAXB Runtime Medium
Product Manifest bundle-symbolicname org.glassfish.jaxb.runtime Medium
Product Manifest git-revision e155f35 Low
Product Manifest implementation-build-id 4.0.9 - e155f35 Low
Product Manifest Implementation-Title Eclipse Implementation of JAXB High
Product Manifest provide-capability osgi.serviceloader;osgi.serviceloader="jakarta.xml.bind.JAXBContextFactory" Low
Product Manifest specification-title Jakarta XML Binding Medium
Product pom artifactid jaxb-runtime Highest
Product pom groupid org.glassfish.jaxb Highest
Product pom name JAXB Runtime High
Product pom parent-artifactid jaxb-runtime-parent Medium
Product pom url https://eclipse-ee4j.github.io/jaxb-ri/ Medium
Version file version 4.0.9 High
Version Manifest build-version 4.0.9 Medium
Version Manifest Bundle-Version 4.0.9 High
Version Manifest implementation-build-id 4.0.9 Low
Version pom version 4.0.9 Highest
jboss-logging-3.6.3.Final.jar
Description:
The JBoss Logging Framework
License:
Apache License 2.0: https://repository.jboss.org/licenses/apache-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/jboss/logging/jboss-logging/3.6.3.Final/jboss-logging-3.6.3.Final.jar
MD5: b4cf5872f18b3e80e18769d51c7ae9b2
SHA1: 1cc9f976725720bb4a66f80af3e3aa6b9890d969
SHA256: 7c12ee575508f81e22b1db9334b969d0ec54ef0fd1dcba24eeab1a44235fc366
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jboss-logging-3.6.3.Final.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jboss-logging High
Vendor hint analyzer vendor redhat Highest
Vendor jar package name jboss Highest
Vendor jar package name logging Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest bundle-docurl http://www.jboss.org Low
Vendor Manifest bundle-symbolicname org.jboss.logging.jboss-logging Medium
Vendor Manifest implementation-url https://www.jboss.org Low
Vendor Manifest Implementation-Vendor JBoss by Red Hat High
Vendor Manifest os-arch amd64 Low
Vendor Manifest os-name Linux Medium
Vendor Manifest specification-vendor JBoss by Red Hat Low
Vendor pom artifactid jboss-logging Highest
Vendor pom artifactid jboss-logging Low
Vendor pom groupid org.jboss.logging Highest
Vendor pom name JBoss Logging 3 High
Vendor pom parent-artifactid jboss-parent Low
Vendor pom parent-groupid org.jboss Medium
Vendor pom url https://www.jboss.org Highest
Product file name jboss-logging High
Product jar package name jboss Highest
Product jar package name logging Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest bundle-docurl http://www.jboss.org Low
Product Manifest Bundle-Name JBoss Logging 3 Medium
Product Manifest bundle-symbolicname org.jboss.logging.jboss-logging Medium
Product Manifest Implementation-Title JBoss Logging 3 High
Product Manifest implementation-url https://www.jboss.org Low
Product Manifest os-arch amd64 Low
Product Manifest os-name Linux Medium
Product Manifest specification-title JBoss Logging 3 Medium
Product pom artifactid jboss-logging Highest
Product pom groupid org.jboss.logging Highest
Product pom name JBoss Logging 3 High
Product pom parent-artifactid jboss-parent Medium
Product pom parent-groupid org.jboss Medium
Product pom url https://www.jboss.org Medium
Version Manifest Bundle-Version 3.6.3.Final High
Version Manifest Implementation-Version 3.6.3.Final High
Version pom parent-version 3.6.3.Final Low
Version pom version 3.6.3.Final Highest
jcommon-1.0.23.jar
Description:
JCommon is a free general purpose Java class library that is used in
several projects at www.jfree.org, including JFreeChart and
JFreeReport.
License:
GNU Lesser General Public Licence: http://www.gnu.org/licenses/lgpl.txt
File Path: /home/cfolleau/.m2/repository/org/jfree/jcommon/1.0.23/jcommon-1.0.23.jar
MD5: 1b059adc60fef2da40b7130f9a67f977
SHA1: a316f336ca996e0c6bec4e4fbd49be8f5e1c3968
SHA256: 1e670402809484c71ec74d55b40022a4c4939c7911bd39ee5a0cfb3aaf56397c
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
jcommon-1.0.23.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jcommon High
Vendor jar package name jcommon Highest
Vendor jar package name jfree Highest
Vendor jar package name jfree Low
Vendor jar package name library Highest
Vendor jar package name ui Low
Vendor pom artifactid jcommon Highest
Vendor pom artifactid jcommon Low
Vendor pom groupid org.jfree Highest
Vendor pom name JCommon High
Vendor pom organization name JFree.org High
Vendor pom organization url http://www.jfree.org/ Medium
Vendor pom url http://www.jfree.org/jcommon/ Highest
Product file name jcommon High
Product jar package name jcommon Highest
Product jar package name jfree Highest
Product jar package name library Highest
Product jar package name ui Low
Product pom artifactid jcommon Highest
Product pom groupid org.jfree Highest
Product pom name JCommon High
Product pom organization name JFree.org Low
Product pom organization url http://www.jfree.org/ Low
Product pom url http://www.jfree.org/jcommon/ Medium
Version file version 1.0.23 High
Version pom version 1.0.23 Highest
jfreechart-1.5.6.jar
Description:
JFreeChart is a class library, written in Java, for generating charts.
Utilising the Java2D API, it supports a wide range of chart types including
bar charts, pie charts, line charts, XY-plots, time series plots, Sankey charts
and more.
License:
GNU Lesser General Public Licence: http://www.gnu.org/licenses/lgpl.txt
File Path: /home/cfolleau/.m2/repository/org/jfree/jfreechart/1.5.6/jfreechart-1.5.6.jar
MD5: 393c0464c4ad60efecedc7827b527547
SHA1: 561b4c7cec7a562aca8248111460eda0b4ed24af
SHA256: be7ae6310ca005ac98eceb74fa514af88cad098c808845786f762ca08a5b4bb3
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
jfreechart-1.5.6.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jfreechart High
Vendor jar package name jfree Highest
Vendor jar package name jfreechart Highest
Vendor jar package name range Highest
Vendor jar package name series Highest
Vendor jar package name time Highest
Vendor jar package name xy Highest
Vendor Manifest automatic-module-name org.jfree.jfreechart Medium
Vendor Manifest build-jdk-spec 23 Low
Vendor pom artifactid jfreechart Highest
Vendor pom artifactid jfreechart Low
Vendor pom developer email dave@jfree.org Low
Vendor pom developer name David Gilbert Medium
Vendor pom groupid org.jfree Highest
Vendor pom name JFreeChart High
Vendor pom organization name JFree.org High
Vendor pom organization url https://www.jfree.org/ Medium
Vendor pom url https://www.jfree.org/jfreechart/ Highest
Product file name jfreechart High
Product jar package name jfree Highest
Product jar package name jfreechart Highest
Product jar package name range Highest
Product jar package name series Highest
Product jar package name time Highest
Product jar package name xy Highest
Product Manifest automatic-module-name org.jfree.jfreechart Medium
Product Manifest build-jdk-spec 23 Low
Product pom artifactid jfreechart Highest
Product pom developer email dave@jfree.org Low
Product pom developer name David Gilbert Low
Product pom groupid org.jfree Highest
Product pom name JFreeChart High
Product pom organization name JFree.org Low
Product pom organization url https://www.jfree.org/ Low
Product pom url https://www.jfree.org/jfreechart/ Medium
Version file version 1.5.6 High
Version pom version 1.5.6 Highest
jna-5.18.1.jar
Description:
Java Native Access
License:
LGPL-2.1-or-later: https://www.gnu.org/licenses/old-licenses/lgpl-2.1
Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/net/java/dev/jna/jna/5.18.1/jna-5.18.1.jar
MD5: cb531ec131e1c68c045b5d45fe5b9878
SHA1: b27ba04287cc4abe769642fe8318d39fc89bf937
SHA256: 260c4b1e22b1db9e110ee441c4f13ce115f841fa48c41d78750986214b395557
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
jna-5.18.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name jna High
Vendor jar package name jna Highest
Vendor jar package name native Highest
Vendor jar package name sun Highest
Vendor jar (hint) package name oracle Highest
Vendor Manifest automatic-module-name com.sun.jna Medium
Vendor Manifest bundle-activationpolicy lazy Low
Vendor Manifest bundle-category jni Low
Vendor Manifest bundle-nativecode com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win32, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win32, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win32, com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win, com/sun/jna/w32ce-arm/jnidispatch.dll; processor=arm;osname=wince, com/sun/jna/sunos-x86/libjnidispatch.so; processor=x86;osname=sunos, com/sun/jna/sunos-x86-64/libjnidispatch.so; processor=x86-64;osname=sunos, com/sun/jna/sunos-sparc/libjnidispatch.so; processor=sparc;osname=sunos, com/sun/jna/sunos-sparcv9/libjnidispatch.so; processor=sparcv9;osname=sunos, com/sun/jna/aix-ppc/libjnidispatch.a; processor=ppc;osname=aix, com/sun/jna/aix-ppc64/libjnidispatch.a; processor=ppc64;osname=aix, com/sun/jna/linux-ppc/libjnidispatch.so; processor=ppc;osname=linux, com/sun/jna/linux-ppc64/libjnidispatch.so; processor=ppc64;osname=linux, com/sun/jna/linux-ppc64le/libjnidispatch.so; processor=ppc64le;osname=linux, com/sun/jna/linux-x86/libjnidispatch.so; processor=x86;osname=linux, com/sun/jna/linux-x86-64/libjnidispatch.so; processor=x86-64;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm_le;osname=linux, com/sun/jna/linux-armel/libjnidispatch.so; processor=armel;osname=linux, com/sun/jna/linux-aarch64/libjnidispatch.so; processor=aarch64;osname=linux, com/sun/jna/linux-ia64/libjnidispatch.so; processor=ia64;osname=linux, com/sun/jna/linux-sparcv9/libjnidispatch.so; processor=sparcv9;osname=linux, com/sun/jna/linux-mips64el/libjnidispatch.so; processor=mips64el;osname=linux, com/sun/jna/linux-s390x/libjnidispatch.so; processor=S390x;osname=linux, com/sun/jna/linux-loongarch64/libjnidispatch.so; processor=loongarch64;osname=linux, com/sun/jna/linux-riscv64/libjnidispatch.so; processor=riscv64;osname=linux, com/sun/jna/dragonflybsd-x86-64/libjnidispatch.so; processor=x86-64;osname=dragonflybsd, com/sun/jna/freebsd-x86/libjnidispatch.so; processor=x86;osname=freebsd, com/sun/jna/freebsd-x86-64/libjnidispatch.so; processor=x86-64;osname=freebsd, com/sun/jna/freebsd-aarch64/libjnidispatch.so; processor=aarch64;osname=freebsd, com/sun/jna/freebsd-ppc64le/libjnidispatch.so; processor=ppc64le;osname=freebsd, com/sun/jna/freebsd-ppc64/libjnidispatch.so; processor=ppc64;osname=freebsd, com/sun/jna/openbsd-x86/libjnidispatch.so; processor=x86;osname=openbsd, com/sun/jna/openbsd-x86-64/libjnidispatch.so; processor=x86-64;osname=openbsd, com/sun/jna/darwin-ppc/libjnidispatch.jnilib; osname=macosx;processor=ppc, com/sun/jna/darwin-ppc64/libjnidispatch.jnilib; osname=macosx;processor=ppc64, com/sun/jna/darwin-x86/libjnidispatch.jnilib; osname=macosx;processor=x86, com/sun/jna/darwin-x86-64/libjnidispatch.jnilib; osname=macosx;processor=x86-64, com/sun/jna/darwin-aarch64/libjnidispatch.jnilib; osname=macosx;processor=aarch64 Low
Vendor Manifest bundle-requiredexecutionenvironment JavaSE-1.6 Low
Vendor Manifest bundle-symbolicname com.sun.jna Medium
Vendor Manifest Implementation-Vendor JNA Development Team High
Vendor Manifest specification-vendor JNA Development Team Low
Vendor pom artifactid jna Highest
Vendor pom artifactid jna Low
Vendor pom developer email mblaesing@doppel-helix.eu Low
Vendor pom developer id twall Medium
Vendor pom developer name Matthias Bläsing Medium
Vendor pom developer name Timothy Wall Medium
Vendor pom groupid net.java.dev.jna Highest
Vendor pom name Java Native Access High
Vendor pom url java-native-access/jna Highest
Product file name jna High
Product jar package name jna Highest
Product jar package name library Highest
Product jar package name native Highest
Product jar package name sun Highest
Product jar package name win32 Highest
Product Manifest automatic-module-name com.sun.jna Medium
Product Manifest bundle-activationpolicy lazy Low
Product Manifest bundle-category jni Low
Product Manifest Bundle-Name jna Medium
Product Manifest bundle-nativecode com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win32, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win32, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win32, com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win, com/sun/jna/w32ce-arm/jnidispatch.dll; processor=arm;osname=wince, com/sun/jna/sunos-x86/libjnidispatch.so; processor=x86;osname=sunos, com/sun/jna/sunos-x86-64/libjnidispatch.so; processor=x86-64;osname=sunos, com/sun/jna/sunos-sparc/libjnidispatch.so; processor=sparc;osname=sunos, com/sun/jna/sunos-sparcv9/libjnidispatch.so; processor=sparcv9;osname=sunos, com/sun/jna/aix-ppc/libjnidispatch.a; processor=ppc;osname=aix, com/sun/jna/aix-ppc64/libjnidispatch.a; processor=ppc64;osname=aix, com/sun/jna/linux-ppc/libjnidispatch.so; processor=ppc;osname=linux, com/sun/jna/linux-ppc64/libjnidispatch.so; processor=ppc64;osname=linux, com/sun/jna/linux-ppc64le/libjnidispatch.so; processor=ppc64le;osname=linux, com/sun/jna/linux-x86/libjnidispatch.so; processor=x86;osname=linux, com/sun/jna/linux-x86-64/libjnidispatch.so; processor=x86-64;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm_le;osname=linux, com/sun/jna/linux-armel/libjnidispatch.so; processor=armel;osname=linux, com/sun/jna/linux-aarch64/libjnidispatch.so; processor=aarch64;osname=linux, com/sun/jna/linux-ia64/libjnidispatch.so; processor=ia64;osname=linux, com/sun/jna/linux-sparcv9/libjnidispatch.so; processor=sparcv9;osname=linux, com/sun/jna/linux-mips64el/libjnidispatch.so; processor=mips64el;osname=linux, com/sun/jna/linux-s390x/libjnidispatch.so; processor=S390x;osname=linux, com/sun/jna/linux-loongarch64/libjnidispatch.so; processor=loongarch64;osname=linux, com/sun/jna/linux-riscv64/libjnidispatch.so; processor=riscv64;osname=linux, com/sun/jna/dragonflybsd-x86-64/libjnidispatch.so; processor=x86-64;osname=dragonflybsd, com/sun/jna/freebsd-x86/libjnidispatch.so; processor=x86;osname=freebsd, com/sun/jna/freebsd-x86-64/libjnidispatch.so; processor=x86-64;osname=freebsd, com/sun/jna/freebsd-aarch64/libjnidispatch.so; processor=aarch64;osname=freebsd, com/sun/jna/freebsd-ppc64le/libjnidispatch.so; processor=ppc64le;osname=freebsd, com/sun/jna/freebsd-ppc64/libjnidispatch.so; processor=ppc64;osname=freebsd, com/sun/jna/openbsd-x86/libjnidispatch.so; processor=x86;osname=openbsd, com/sun/jna/openbsd-x86-64/libjnidispatch.so; processor=x86-64;osname=openbsd, com/sun/jna/darwin-ppc/libjnidispatch.jnilib; osname=macosx;processor=ppc, com/sun/jna/darwin-ppc64/libjnidispatch.jnilib; osname=macosx;processor=ppc64, com/sun/jna/darwin-x86/libjnidispatch.jnilib; osname=macosx;processor=x86, com/sun/jna/darwin-x86-64/libjnidispatch.jnilib; osname=macosx;processor=x86-64, com/sun/jna/darwin-aarch64/libjnidispatch.jnilib; osname=macosx;processor=aarch64 Low
Product Manifest bundle-requiredexecutionenvironment JavaSE-1.6 Low
Product Manifest bundle-symbolicname com.sun.jna Medium
Product Manifest Implementation-Title com.sun.jna High
Product Manifest specification-title Java Native Access (JNA) Medium
Product pom artifactid jna Highest
Product pom developer email mblaesing@doppel-helix.eu Low
Product pom developer id twall Low
Product pom developer name Matthias Bläsing Low
Product pom developer name Timothy Wall Low
Product pom groupid net.java.dev.jna Highest
Product pom name Java Native Access High
Product pom url java-native-access/jna High
Version file version 5.18.1 High
Version Manifest Bundle-Version 5.18.1 High
Version pom version 5.18.1 Highest
jna-5.18.1.jar: jnidispatch.dll
File Path: /home/cfolleau/.m2/repository/net/java/dev/jna/jna/5.18.1/jna-5.18.1.jar/com/sun/jna/win32-aarch64/jnidispatch.dll
MD5: 302945a811fd8e21bcdd5226c73b6f74
SHA1: 6b05e299ff2b3eb3b7b7aeac44263f715693607c
SHA256: b8f98be314234cf12b5b46c29652f70c0f6abb93ae19b63d3fe2692062aa699d
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor file name jnidispatch High
Product file name jnidispatch High
jna-5.18.1.jar: jnidispatch.dll
File Path: /home/cfolleau/.m2/repository/net/java/dev/jna/jna/5.18.1/jna-5.18.1.jar/com/sun/jna/win32-x86-64/jnidispatch.dll
MD5: 2d2475f1f026dd54e9f3e787ae4f81da
SHA1: 27ff882ac271db547aee520b38e3ba9aa91e136c
SHA256: 5a7ff949f6d93d86491eb5b26b1cfc60051168a60622650224b89995ac420023
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor file name jnidispatch High
Product file name jnidispatch High
jna-5.18.1.jar: jnidispatch.dll
File Path: /home/cfolleau/.m2/repository/net/java/dev/jna/jna/5.18.1/jna-5.18.1.jar/com/sun/jna/win32-x86/jnidispatch.dll
MD5: 0caa1ef75a807f9dde05084fa2219a5c
SHA1: 2f5e1cd82cde192905c7510ce99037b67d980640
SHA256: 752d597cee7e95cb517327146bf42f124c0d6c0bc48b3ecc3b1b3b0531a52f44
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor file name jnidispatch High
Product file name jnidispatch High
jna-platform-5.18.1.jar
Description:
Java Native Access Platform
License:
LGPL-2.1-or-later: https://www.gnu.org/licenses/old-licenses/lgpl-2.1
Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/net/java/dev/jna/jna-platform/5.18.1/jna-platform-5.18.1.jar
MD5: a7af00779ec98bfe22dfb07b1532830d
SHA1: dd817f391efc492041c9ae91127527c13750a789
SHA256: ad14c1b1ec4f43d396231219dfa635ebf828f738eac9f890ea1bc07795892d9a
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
jna-platform-5.18.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name jna-platform High
Vendor jar package name jna Highest
Vendor jar package name platform Highest
Vendor jar package name sun Highest
Vendor jar (hint) package name oracle Highest
Vendor Manifest automatic-module-name com.sun.jna.platform Medium
Vendor Manifest bundle-category jni Low
Vendor Manifest bundle-requiredexecutionenvironment J2SE-1.4 Low
Vendor Manifest bundle-symbolicname com.sun.jna.platform Medium
Vendor Manifest Implementation-Vendor JNA Development Team High
Vendor Manifest specification-vendor JNA Development Team Low
Vendor pom artifactid jna-platform Highest
Vendor pom artifactid jna-platform Low
Vendor pom developer email mblaesing@doppel-helix.eu Low
Vendor pom developer id twall Medium
Vendor pom developer name Matthias Bläsing Medium
Vendor pom developer name Timothy Wall Medium
Vendor pom groupid net.java.dev.jna Highest
Vendor pom name Java Native Access Platform High
Vendor pom url java-native-access/jna Highest
Product file name jna-platform High
Product jar package name jna Highest
Product jar package name platform Highest
Product jar package name sun Highest
Product Manifest automatic-module-name com.sun.jna.platform Medium
Product Manifest bundle-category jni Low
Product Manifest Bundle-Name jna-platform Medium
Product Manifest bundle-requiredexecutionenvironment J2SE-1.4 Low
Product Manifest bundle-symbolicname com.sun.jna.platform Medium
Product Manifest Implementation-Title com.sun.jna High
Product Manifest specification-title Java Native Access (JNA) Medium
Product pom artifactid jna-platform Highest
Product pom developer email mblaesing@doppel-helix.eu Low
Product pom developer id twall Low
Product pom developer name Matthias Bläsing Low
Product pom developer name Timothy Wall Low
Product pom groupid net.java.dev.jna Highest
Product pom name Java Native Access Platform High
Product pom url java-native-access/jna High
Version file version 5.18.1 High
Version Manifest Bundle-Version 5.18.1 High
Version pom version 5.18.1 Highest
jsch-2.28.0.jar
Description:
JSch is a pure Java implementation of SSH2
License:
Revised BSD: https://github.com/mwiede/jsch/blob/master/LICENSE.txt
Revised BSD: https://github.com/mwiede/jsch/blob/master/LICENSE.JZlib.txt
ISC: https://github.com/mwiede/jsch/blob/master/LICENSE.jBCrypt.txt
File Path: /home/cfolleau/.m2/repository/com/github/mwiede/jsch/2.28.0/jsch-2.28.0.jar
MD5: f6cb9e2a38b7f66f675e7b09a29f62c5
SHA1: 677e8dd6f415af40b10b921c94d82fd82034d822
SHA256: 916f950708937fa1e7813f1e0b6879854e456c10770033dee54fa4df1de73974
Referenced In Projects/Scopes:
grif-hpc-moca:compile
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jsch-2.28.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-hpc-moca@18.0.0
pkg:maven/com.total/grif-monitoring-core@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jsch High
Vendor jar package name com Highest
Vendor jar package name jcraft Highest
Vendor jar package name jsch Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest bundle-symbolicname com.github.mwiede.jsch Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid jsch Highest
Vendor pom artifactid jsch Low
Vendor pom developer email mwiede@gmx.de Low
Vendor pom developer email ymnk at jcraft D0t com Low
Vendor pom developer id mwiede Medium
Vendor pom developer id norrisjeremy Medium
Vendor pom developer id ymnk Medium
Vendor pom developer name Atsuhiko Yamanaka Medium
Vendor pom developer name Jeremy Norris Medium
Vendor pom developer name Matthias Wiedemann Medium
Vendor pom developer org Community Medium
Vendor pom developer org JCraft,Inc. Medium
Vendor pom developer org URL http://www.jcraft.com/ Medium
Vendor pom developer org URL https://github.com/mwiede Medium
Vendor pom developer org URL https://github.com/norrisjeremy Medium
Vendor pom groupid com.github.mwiede Highest
Vendor pom name JSch High
Vendor pom url mwiede/jsch Highest
Product file name jsch High
Product jar package name com Highest
Product jar package name jcraft Highest
Product jar package name jsch Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest Bundle-Name JSch Medium
Product Manifest bundle-symbolicname com.github.mwiede.jsch Medium
Product Manifest Implementation-Title JSch High
Product Manifest multi-release true Low
Product Manifest specification-title JSch Medium
Product pom artifactid jsch Highest
Product pom developer email mwiede@gmx.de Low
Product pom developer email ymnk at jcraft D0t com Low
Product pom developer id mwiede Low
Product pom developer id norrisjeremy Low
Product pom developer id ymnk Low
Product pom developer name Atsuhiko Yamanaka Low
Product pom developer name Jeremy Norris Low
Product pom developer name Matthias Wiedemann Low
Product pom developer org Community Low
Product pom developer org JCraft,Inc. Low
Product pom developer org URL http://www.jcraft.com/ Low
Product pom developer org URL https://github.com/mwiede Low
Product pom developer org URL https://github.com/norrisjeremy Low
Product pom groupid com.github.mwiede Highest
Product pom name JSch High
Product pom url mwiede/jsch High
Version file version 2.28.0 High
Version Manifest Bundle-Version 2.28.0 High
Version Manifest Implementation-Version 2.28.0 High
Version pom version 2.28.0 Highest
json-simple-1.1.1.jar
Description:
A simple Java toolkit for JSON
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
MD5: 5cc2c478d73e8454b4c369cee66c5bc7
SHA1: c9ad4a0850ab676c5c64461a05ca524cdfff59f1
SHA256: 4e69696892b88b41c55d49ab2fdcc21eead92bf54acc588c0050596c3b75199c
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:compile
grif-turbomeca:provided
grif:compile
json-simple-1.1.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-client@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name json-simple High
Vendor jar package name json Highest
Vendor jar package name simple Highest
Vendor Manifest bundle-symbolicname com.googlecode.json-simple Medium
Vendor pom artifactid json-simple Highest
Vendor pom artifactid json-simple Low
Vendor pom developer id Yidong Medium
Vendor pom developer name Yidong Fang Medium
Vendor pom groupid com.googlecode.json-simple Highest
Vendor pom name JSON.simple High
Vendor pom url http://code.google.com/p/json-simple/ Highest
Product file name json-simple High
Product jar package name json Highest
Product jar package name simple Highest
Product Manifest Bundle-Name JSON.simple Medium
Product Manifest bundle-symbolicname com.googlecode.json-simple Medium
Product pom artifactid json-simple Highest
Product pom developer id Yidong Low
Product pom developer name Yidong Fang Low
Product pom groupid com.googlecode.json-simple Highest
Product pom name JSON.simple High
Product pom url http://code.google.com/p/json-simple/ Medium
Version file version 1.1.1 High
Version Manifest Bundle-Version 1.1.1 High
Version pom version 1.1.1 Highest
jsvg-2.0.0.jar
Description:
A lightweight Java2D SVG renderer
License:
MIT: https://github.com/weisj/jsvg/blob/master/LICENSE
File Path: /home/cfolleau/.m2/repository/com/github/weisj/jsvg/2.0.0/jsvg-2.0.0.jar
MD5: e66f11ec43e5a39b56bcc8887fe6942b
SHA1: f65d5c3beed92a2d6cdc666185c3e751b887032f
SHA256: 81fc9ada579fc3f4924ec35f904c043de13ee8fba280322e638c7092006f1b52
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:runtime
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:runtime
jsvg-2.0.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.formdev/flatlaf-extras@3.6.2
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name jsvg High
Vendor jar package name github Highest
Vendor jar package name jsvg Highest
Vendor jar package name renderer Highest
Vendor jar package name weisj Highest
Vendor Manifest bundle-symbolicname com.github.weisj.jsvg Medium
Vendor Manifest Implementation-Vendor JSVG High
Vendor Manifest Implementation-Vendor-Id com.github.weisj Medium
Vendor Manifest specification-vendor JSVG Low
Vendor pom artifactid jsvg Highest
Vendor pom artifactid jsvg Low
Vendor pom developer name Jannis Weis Medium
Vendor pom groupid com.github.weisj Highest
Vendor pom name Jsvg High
Vendor pom organization name com.github.weisj High
Vendor pom organization url weisj Medium
Vendor pom url weisJ/jsvg Highest
Product file name jsvg High
Product jar package name github Highest
Product jar package name jsvg Highest
Product jar package name renderer Highest
Product jar package name weisj Highest
Product Manifest Bundle-Name com.github.weisj.jsvg Medium
Product Manifest bundle-symbolicname com.github.weisj.jsvg Medium
Product Manifest Implementation-Title jsvg High
Product Manifest specification-title JSVG Medium
Product pom artifactid jsvg Highest
Product pom developer name Jannis Weis Low
Product pom groupid com.github.weisj Highest
Product pom name Jsvg High
Product pom organization name com.github.weisj Low
Product pom url weisj High
Product pom url weisJ/jsvg High
Version file version 2.0.0 High
Version Manifest Bundle-Version 2.0.0 High
Version Manifest Implementation-Version 2.0.0 High
Version pom version 2.0.0 Highest
jul-to-slf4j-2.0.18.jar
Description:
JUL to SLF4J bridge
License:
https://opensource.org/license/mit
File Path: /home/cfolleau/.m2/repository/org/slf4j/jul-to-slf4j/2.0.18/jul-to-slf4j-2.0.18.jar
MD5: f339bf7648049b2105e180cab6c45c9d
SHA1: 79739c98001d5c9d078d087d5a348ec9e474ec8f
SHA256: cbb7d1aaaa9e871eb1a06594abd911bf97027152976edf1edc315be75239204e
Referenced In Projects/Scopes:
grif-monitoring-core:compile
grif-monitoring-webapp:compile
jul-to-slf4j-2.0.18.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name jul-to-slf4j High
Vendor jar package name bridge Highest
Vendor jar package name slf4j Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl http://www.slf4j.org Low
Vendor Manifest bundle-symbolicname jul.to.slf4j Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid jul-to-slf4j Highest
Vendor pom artifactid jul-to-slf4j Low
Vendor pom groupid org.slf4j Highest
Vendor pom name JUL to SLF4J bridge High
Vendor pom parent-artifactid slf4j-parent Low
Vendor pom url http://www.slf4j.org Highest
Product file name jul-to-slf4j High
Product jar package name bridge Highest
Product jar package name slf4j Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl http://www.slf4j.org Low
Product Manifest Bundle-Name JUL to SLF4J bridge Medium
Product Manifest bundle-symbolicname jul.to.slf4j Medium
Product Manifest Implementation-Title jul-to-slf4j High
Product Manifest multi-release true Low
Product pom artifactid jul-to-slf4j Highest
Product pom groupid org.slf4j Highest
Product pom name JUL to SLF4J bridge High
Product pom parent-artifactid slf4j-parent Medium
Product pom url http://www.slf4j.org Medium
Version file version 2.0.18 High
Version Manifest Bundle-Version 2.0.18 High
Version Manifest Implementation-Version 2.0.18 High
Version pom version 2.0.18 Highest
log4j-api-2.24.3.jar
Description:
The logging API of the Log4j project.
Library and application code can log through this API.
It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases.
Production applications are recommended to use Log4j API in combination with a fully-fledged implementation, such as Log4j Core.
License:
Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar
MD5: d89516699543c5c21be87ee1760695f3
SHA1: b02c125db8b6d295adf72ae6e71af5d83bce2370
SHA256: 5b4a0a0cd0e751ded431c162442bdbdd53328d1f8bb2bae5fc1bbeee0f66d80f
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-monitoring-core:compile
grif-monitoring-webapp:compile
grif-turbomeca:provided
grif:compile
log4j-api-2.24.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi@5.5.1
pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name log4j-api High
Vendor jar package name apache Highest
Vendor jar package name log4j Highest
Vendor jar package name logging Highest
Vendor jar package name org Highest
Vendor jar package name simple Highest
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-activationpolicy lazy Low
Vendor Manifest bundle-symbolicname org.apache.logging.log4j.api Medium
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest multi-release true Low
Vendor Manifest provide-capability osgi.service;objectClass:List="org.apache.logging.log4j.util.PropertySource";effective:=active,osgi.serviceloader;osgi.serviceloader="org.apache.logging.log4j.util.PropertySource";register:="org.apache.logging.log4j.util.EnvironmentPropertySource",osgi.serviceloader;osgi.serviceloader="org.apache.logging.log4j.util.PropertySource";register:="org.apache.logging.log4j.util.SystemPropertiesPropertySource" Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid log4j-api Highest
Vendor pom artifactid log4j-api Low
Vendor pom groupid org.apache.logging.log4j Highest
Vendor pom name Apache Log4j API High
Vendor pom parent-artifactid log4j Low
Product file name log4j-api High
Product jar package name apache Highest
Product jar package name log4j Highest
Product jar package name logging Highest
Product jar package name org Highest
Product jar package name simple Highest
Product jar package name util Highest
Product Manifest build-jdk-spec 17 Low
Product Manifest bundle-activationpolicy lazy Low
Product Manifest Bundle-Name Apache Log4j API Medium
Product Manifest bundle-symbolicname org.apache.logging.log4j.api Medium
Product Manifest Implementation-Title Apache Log4j API High
Product Manifest multi-release true Low
Product Manifest provide-capability osgi.service;objectClass:List="org.apache.logging.log4j.util.PropertySource";effective:=active,osgi.serviceloader;osgi.serviceloader="org.apache.logging.log4j.util.PropertySource";register:="org.apache.logging.log4j.util.EnvironmentPropertySource",osgi.serviceloader;osgi.serviceloader="org.apache.logging.log4j.util.PropertySource";register:="org.apache.logging.log4j.util.SystemPropertiesPropertySource" Low
Product Manifest specification-title Apache Log4j API Medium
Product pom artifactid log4j-api Highest
Product pom groupid org.apache.logging.log4j Highest
Product pom name Apache Log4j API High
Product pom parent-artifactid log4j Medium
Version file version 2.24.3 High
Version Manifest Bundle-Version 2.24.3 High
Version Manifest Implementation-Version 2.24.3 High
Version pom version 2.24.3 Highest
Related Dependencies
log4j-to-slf4j-2.24.3.jar
File Path: /home/cfolleau/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar
MD5: 1f4b63f9c41f2f5179aa10b35d76e805
SHA1: da1143e2a2531ee1c2d90baa98eb50a28a39d5a7
SHA256: c7f2b0c612a4eb05b1587d1c880eb4cf5f4f53850676a8ede8da2b8fabb4f73f
pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.24.3
CVE-2026-34479 suppress
The Log4j1XmlLayout from the Apache Log4j 1-to-Log4j 2 bridge fails to escape characters forbidden by the XML 1.0 standard, producing malformed XML output. Conforming XML parsers are required to reject documents containing such characters with a fatal error, which may cause downstream log processing systems to drop or fail to index affected records.
Two groups of users are affected:
* Those using Log4j1XmlLayout directly in a Log4j Core 2 configuration file.
* Those using the Log4j 1 configuration compatibility layer with org.apache.log4j.xml.XMLLayout specified as the layout class.
Users are advised to upgrade to Apache Log4j 1-to-Log4j 2 bridge version 2.25.4, which corrects this issue.
Note: The Apache Log4j 1-to-Log4j 2 bridge is deprecated and will not be present in Log4j 3. Users are encouraged to consult the Log4j 1 to Log4j 2 migration guide https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html , and specifically the section on eliminating reliance on the bridge.
CWE-116 Improper Encoding or Escaping of Output
CVSSv4:
Base Score: MEDIUM (6.9)
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CVSSv3:
Base Score: HIGH (7.5)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RC:R/MAV:A
References:
Vulnerable Software & Versions: (show all )
CVE-2026-34477 suppress
The fix for CVE-2025-68161 https://logging.apache.org/security.html#CVE-2025-68161 was incomplete: it addressed hostname verification only when enabled via the log4j2.sslVerifyHostName https://logging.apache.org/log4j/2.x/manual/systemproperties.html#log4j2.sslVerifyHostName system property, but not when configured through the verifyHostName https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SslConfiguration-attr-verifyHostName attribute of the <Ssl> element.
Although the verifyHostName configuration attribute was introduced in Log4j Core 2.12.0, it was silently ignored in all versions through 2.25.3, leaving TLS connections vulnerable to interception regardless of the configured value.
A network-based attacker may be able to perform a man-in-the-middle attack when all of the following conditions are met:
* An SMTP, Socket, or Syslog appender is in use.
* TLS is configured via a nested <Ssl> element.
* The attacker can present a certificate issued by a CA trusted by the appender's configured trust store, or by the default Java trust store if none is configured.
This issue does not affect users of the HTTP appender, which uses a separate verifyHostname https://logging.apache.org/log4j/2.x/manual/appenders/network.html#HttpAppender-attr-verifyHostName attribute that was not subject to this bug and verifies host names by default.
Users are advised to upgrade to Apache Log4j Core 2.25.4, which corrects this issue.
CWE-295 Improper Certificate Validation, CWE-297 Improper Validation of Certificate with Host Mismatch
CVSSv4:
Base Score: MEDIUM (6.3)
Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CVSSv3:
Base Score: MEDIUM (5.9)
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RC:R/MAV:A
References:
Vulnerable Software & Versions: (show all )
logback-classic-1.5.34.jar
Description:
logback-classic module
License:
https://www.eclipse.org/legal/epl-v20.html, https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
File Path: /home/cfolleau/.m2/repository/ch/qos/logback/logback-classic/1.5.34/logback-classic-1.5.34.jar
MD5: eeec5f5930eaaaa84b192f59161d79c0
SHA1: e598899bad5824511cd3019299254230468e1fa2
SHA256: b65e05076a5c1aadb659b4fe4bc5fee31cb26cd70390292eb03e4a7a24cff10f
Referenced In Projects/Scopes:
grif-monitoring-core:compile
grif-monitoring-webapp:compile
logback-classic-1.5.34.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name logback-classic High
Vendor jar package name ch Highest
Vendor jar package name classic Highest
Vendor jar package name logback Highest
Vendor jar package name qos Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl http://www.qos.ch Low
Vendor Manifest bundle-symbolicname ch.qos.logback.classic Medium
Vendor Manifest Implementation-Vendor QOS.ch High
Vendor Manifest originally-created-by Apache Maven Bundle Plugin 5.1.9 Low
Vendor Manifest provide-capability osgi.service;objectClass:List="jakarta.servlet.ServletContainerInitializer";effective:=active,osgi.service;objectClass:List="org.slf4j.spi.SLF4JServiceProvider";effective:=active,osgi.serviceloader;osgi.serviceloader="jakarta.servlet.ServletContainerInitializer";register:="ch.qos.logback.classic.servlet.LogbackServletContainerInitializer",osgi.serviceloader;osgi.serviceloader="org.slf4j.spi.SLF4JServiceProvider";register:="ch.qos.logback.classic.spi.LogbackServiceProvider" Low
Vendor Manifest specification-vendor QOS.ch Low
Vendor pom artifactid logback-classic Highest
Vendor pom artifactid logback-classic Low
Vendor pom groupid ch.qos.logback Highest
Vendor pom name Logback Classic Module High
Vendor pom parent-artifactid logback-parent Low
Product file name logback-classic High
Product jar package name ch Highest
Product jar package name classic Highest
Product jar package name logback Highest
Product jar package name qos Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl http://www.qos.ch Low
Product Manifest Bundle-Name Logback Classic Module Medium
Product Manifest bundle-symbolicname ch.qos.logback.classic Medium
Product Manifest Implementation-Title Logback Classic Module High
Product Manifest originally-created-by Apache Maven Bundle Plugin 5.1.9 Low
Product Manifest provide-capability osgi.service;objectClass:List="jakarta.servlet.ServletContainerInitializer";effective:=active,osgi.service;objectClass:List="org.slf4j.spi.SLF4JServiceProvider";effective:=active,osgi.serviceloader;osgi.serviceloader="jakarta.servlet.ServletContainerInitializer";register:="ch.qos.logback.classic.servlet.LogbackServletContainerInitializer",osgi.serviceloader;osgi.serviceloader="org.slf4j.spi.SLF4JServiceProvider";register:="ch.qos.logback.classic.spi.LogbackServiceProvider" Low
Product Manifest specification-title Logback Classic Module Medium
Product pom artifactid logback-classic Highest
Product pom groupid ch.qos.logback Highest
Product pom name Logback Classic Module High
Product pom parent-artifactid logback-parent Medium
Version file version 1.5.34 High
Version Manifest Bundle-Version 1.5.34 High
Version Manifest Implementation-Version 1.5.34 High
Version pom version 1.5.34 Highest
logback-core-1.5.34.jar
Description:
logback-core module
License:
https://www.eclipse.org/legal/epl-v20.html, https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
File Path: /home/cfolleau/.m2/repository/ch/qos/logback/logback-core/1.5.34/logback-core-1.5.34.jar
MD5: ef459237a22ab546dd001ff612dce80d
SHA1: 378692f76c337b3325c15bffb89e013dc1f897b4
SHA256: 42eda264c0c650c2bec59e66151a88b708a8663dc1b49d788202d53e78b8caae
Referenced In Projects/Scopes:
grif-monitoring-core:compile
grif-monitoring-webapp:compile
logback-core-1.5.34.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name logback-core High
Vendor jar package name ch Highest
Vendor jar package name core Highest
Vendor jar package name logback Highest
Vendor jar package name qos Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl http://www.qos.ch Low
Vendor Manifest bundle-symbolicname ch.qos.logback.core Medium
Vendor Manifest Implementation-Vendor QOS.ch High
Vendor Manifest multi-release true Low
Vendor Manifest originally-created-by Apache Maven Bundle Plugin 5.1.9 Low
Vendor Manifest specification-vendor QOS.ch Low
Vendor pom artifactid logback-core Highest
Vendor pom artifactid logback-core Low
Vendor pom groupid ch.qos.logback Highest
Vendor pom name Logback Core Module High
Vendor pom parent-artifactid logback-parent Low
Product file name logback-core High
Product jar package name 21 Highest
Product jar package name ch Highest
Product jar package name core Highest
Product jar package name logback Highest
Product jar package name qos Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl http://www.qos.ch Low
Product Manifest Bundle-Name Logback Core Module Medium
Product Manifest bundle-symbolicname ch.qos.logback.core Medium
Product Manifest Implementation-Title Logback Core Module High
Product Manifest multi-release true Low
Product Manifest originally-created-by Apache Maven Bundle Plugin 5.1.9 Low
Product Manifest specification-title Logback Core Module Medium
Product pom artifactid logback-core Highest
Product pom groupid ch.qos.logback Highest
Product pom name Logback Core Module High
Product pom parent-artifactid logback-parent Medium
Version file version 1.5.34 High
Version Manifest Bundle-Version 1.5.34 High
Version Manifest Implementation-Version 1.5.34 High
Version pom version 1.5.34 Highest
CVE-2026-13006 (OSSINDEX) suppress
ACE vulnerability in conditional configuration file processing by QOS.CH logback-core up to and including version 1.5.36 in Java applications, allows an attacker to execute arbitrary code circumventing existing protections against CVE-2025-11226 by compromising an existing logback configuration file or by injecting an environment variable before program execution.
A successful attack requires the presence of Janino library to be present on the user's class path. In addition, the attacker must have write access to a
configuration file. Alternatively, the attacker could inject a malicious
environment variable pointing to a malicious configuration file. In both
cases, the attack requires existing privilege.
Please note that in logack version 1.5.37 conditional processing using Janino was removed.
CWE-20 Improper Input Validation
CVSSv4:
Base Score: HIGH (7.0)
Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
References:
Vulnerable Software & Versions (OSSINDEX):
cpe:2.3:a:ch.qos.logback:logback-core:1.5.34:*:*:*:*:*:*:*
lombok-1.18.36.jar
Description:
Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!
License:
The MIT License: https://projectlombok.org/LICENSE
File Path: /home/cfolleau/.m2/repository/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar
MD5: 92c08153ae16c161c8cc2cc8185d2724
SHA1: 5a30490a6e14977d97d9c73c924c1f1b5311ea95
SHA256: 73b6b05b6a2d365b700bab08d30f94de9d336490bc0acce5b6181fef48cbf18e
Referenced In Projects/Scopes:
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-core:compile
grif-utils:provided
grif:provided
lombok-1.18.36.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-hpc-moca@18.0.0
pkg:maven/com.total/grif-importer-xls@18.0.0
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/com.total/grif-utils@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name lombok High
Vendor jar package name java Highest
Vendor jar package name lombok Highest
Vendor jar package name tostring Highest
Vendor Manifest automatic-module-name lombok Medium
Vendor Manifest can-redefine-classes true Low
Vendor pom artifactid lombok Highest
Vendor pom artifactid lombok Low
Vendor pom developer email reinier@projectlombok.org Low
Vendor pom developer email roel@projectlombok.org Low
Vendor pom developer id rspilker Medium
Vendor pom developer id rzwitserloot Medium
Vendor pom developer name Reinier Zwitserloot Medium
Vendor pom developer name Roel Spilker Medium
Vendor pom groupid org.projectlombok Highest
Vendor pom name Project Lombok High
Vendor pom url https://projectlombok.org Highest
Product file name lombok High
Product jar package name java Highest
Product jar package name lombok Highest
Product jar package name tostring Highest
Product Manifest automatic-module-name lombok Medium
Product Manifest can-redefine-classes true Low
Product pom artifactid lombok Highest
Product pom developer email reinier@projectlombok.org Low
Product pom developer email roel@projectlombok.org Low
Product pom developer id rspilker Low
Product pom developer id rzwitserloot Low
Product pom developer name Reinier Zwitserloot Low
Product pom developer name Roel Spilker Low
Product pom groupid org.projectlombok Highest
Product pom name Project Lombok High
Product pom url https://projectlombok.org Medium
Version file version 1.18.36 High
Version Manifest lombok-version 1.18.36 Medium
Version pom version 1.18.36 Highest
lombok-1.18.36.jar: mavenEcjBootstrapAgent.jar
File Path: /home/cfolleau/.m2/repository/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar/lombok/launch/mavenEcjBootstrapAgent.jar
MD5: 27467519bf9615b24cad3b003c4353a9
SHA1: 37d92e0a726a67883ab94bee27c6f292e6318dcd
SHA256: 9566d0706d6245cac3cdd9db6d1d81551aa3e727febcf64452c6db9701c40037
Referenced In Projects/Scopes:
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-core:compile
grif-utils:provided
grif:provided
Evidence
Type Source Name Value Confidence
Vendor file name mavenEcjBootstrapAgent High
Vendor jar package name launch Low
Vendor jar package name lombok Low
Vendor Manifest can-redefine-classes true Low
Product file name mavenEcjBootstrapAgent High
Product jar package name launch Low
Product Manifest can-redefine-classes true Low
lombok-1.18.46.jar
Description:
Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!
License:
The MIT License: https://projectlombok.org/LICENSE
File Path: /home/cfolleau/.m2/repository/org/projectlombok/lombok/1.18.46/lombok-1.18.46.jar
MD5: e02f419a66b86c594ffcafc862778723
SHA1: a5cfe99fdf320e84955ef653f2ce1bf789d11385
SHA256: 01f7b1a015e33e2b62d5f5f37053306357ab1415fd181fcba7794f5d198c1126
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-webapp:compile
lombok-1.18.46.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-monitoring-core@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name lombok High
Vendor jar package name java Highest
Vendor jar package name lombok Highest
Vendor jar package name tostring Highest
Vendor Manifest automatic-module-name lombok Medium
Vendor Manifest can-redefine-classes true Low
Vendor pom artifactid lombok Highest
Vendor pom artifactid lombok Low
Vendor pom developer email reinier@projectlombok.org Low
Vendor pom developer email roel@projectlombok.org Low
Vendor pom developer id rspilker Medium
Vendor pom developer id rzwitserloot Medium
Vendor pom developer name Reinier Zwitserloot Medium
Vendor pom developer name Roel Spilker Medium
Vendor pom groupid org.projectlombok Highest
Vendor pom name Project Lombok High
Vendor pom url https://projectlombok.org Highest
Product file name lombok High
Product jar package name java Highest
Product jar package name lombok Highest
Product jar package name tostring Highest
Product Manifest automatic-module-name lombok Medium
Product Manifest can-redefine-classes true Low
Product pom artifactid lombok Highest
Product pom developer email reinier@projectlombok.org Low
Product pom developer email roel@projectlombok.org Low
Product pom developer id rspilker Low
Product pom developer id rzwitserloot Low
Product pom developer name Reinier Zwitserloot Low
Product pom developer name Roel Spilker Low
Product pom groupid org.projectlombok Highest
Product pom name Project Lombok High
Product pom url https://projectlombok.org Medium
Version file version 1.18.46 High
Version Manifest lombok-version 1.18.46 Medium
Version pom version 1.18.46 Highest
lombok-1.18.46.jar: mavenEcjBootstrapAgent.jar
File Path: /home/cfolleau/.m2/repository/org/projectlombok/lombok/1.18.46/lombok-1.18.46.jar/lombok/launch/mavenEcjBootstrapAgent.jar
MD5: 8b80305e4846088e139701372844e637
SHA1: 4b03ce7b33d535b42e4a84e106c3647760eb8769
SHA256: 639da94437813649eac5af6d8154d736355f27199fc8aaeda85904fce947ee4f
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-webapp:compile
Evidence
Type Source Name Value Confidence
Vendor file name mavenEcjBootstrapAgent High
Vendor jar package name launch Low
Vendor jar package name lombok Low
Vendor Manifest can-redefine-classes true Low
Product file name mavenEcjBootstrapAgent High
Product jar package name launch Low
Product Manifest can-redefine-classes true Low
maven-artifact-3.9.15.jar
File Path: /home/cfolleau/.m2/repository/org/apache/maven/maven-artifact/3.9.15/maven-artifact-3.9.15.jar
MD5: 705ca9659f4968ff4f19c710c510b0a4
SHA1: 1bdd4eee8f1853fdfdefbdefdaac1bb708138c93
SHA256: f154c31f15ac97c37b9cdf9f8d63cde5053c470d2daf54df7dfd3bb3c9e501c6
Referenced In Project/Scope: grif-ext:compile
maven-artifact-3.9.15.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model-builder@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name maven-artifact High
Vendor jar package name apache Highest
Vendor jar package name artifact Highest
Vendor jar package name maven Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid maven-artifact Highest
Vendor pom artifactid maven-artifact Low
Vendor pom groupid org.apache.maven Highest
Vendor pom name Maven Artifact High
Vendor pom parent-artifactid maven Low
Product file name maven-artifact High
Product jar package name apache Highest
Product jar package name artifact Highest
Product jar package name maven Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest Implementation-Title Maven Artifact High
Product Manifest specification-title Maven Artifact Medium
Product pom artifactid maven-artifact Highest
Product pom groupid org.apache.maven Highest
Product pom name Maven Artifact High
Product pom parent-artifactid maven Medium
Version file version 3.9.15 High
Version Manifest Implementation-Version 3.9.15 High
Version pom version 3.9.15 Highest
maven-builder-support-3.9.15.jar
Description:
Support for descriptor builders (model, setting, toolchains)
File Path: /home/cfolleau/.m2/repository/org/apache/maven/maven-builder-support/3.9.15/maven-builder-support-3.9.15.jar
MD5: a505c381d99f6b51a2f7fcc763f7202b
SHA1: 9bbd9729ac0667b6c11d5a62574cbf8581494eac
SHA256: 905745a1735ddd713c118315384a7b32af33a2b7017c227da12ad342fc08d852
Referenced In Project/Scope: grif-ext:compile
maven-builder-support-3.9.15.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model-builder@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name maven-builder-support High
Vendor jar package name apache Highest
Vendor jar package name maven Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid maven-builder-support Highest
Vendor pom artifactid maven-builder-support Low
Vendor pom groupid org.apache.maven Highest
Vendor pom name Maven Builder Support High
Vendor pom parent-artifactid maven Low
Product file name maven-builder-support High
Product jar package name apache Highest
Product jar package name maven Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest Implementation-Title Maven Builder Support High
Product Manifest specification-title Maven Builder Support Medium
Product pom artifactid maven-builder-support Highest
Product pom groupid org.apache.maven Highest
Product pom name Maven Builder Support High
Product pom parent-artifactid maven Medium
Version file version 3.9.15 High
Version Manifest Implementation-Version 3.9.15 High
Version pom version 3.9.15 Highest
maven-model-3.9.15.jar
Description:
Model for Maven POM (Project Object Model)
File Path: /home/cfolleau/.m2/repository/org/apache/maven/maven-model/3.9.15/maven-model-3.9.15.jar
MD5: 6c763aba3713fd8197d7b48894783378
SHA1: 2193e5c1be2117d14a461e215943012c1599494e
SHA256: 591722f628000086c5af93d5a367aaefec2f78476b6f732ad70a05d49942fbfd
Referenced In Project/Scope: grif-ext:compile
maven-model-3.9.15.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-ext@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name maven-model High
Vendor jar package name apache Highest
Vendor jar package name maven Highest
Vendor jar package name model Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid maven-model Highest
Vendor pom artifactid maven-model Low
Vendor pom groupid org.apache.maven Highest
Vendor pom name Maven Model High
Vendor pom parent-artifactid maven Low
Product file name maven-model High
Product jar package name apache Highest
Product jar package name maven Highest
Product jar package name model Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest Implementation-Title Maven Model High
Product Manifest specification-title Maven Model Medium
Product pom artifactid maven-model Highest
Product pom groupid org.apache.maven Highest
Product pom name Maven Model High
Product pom parent-artifactid maven Medium
Version file version 3.9.15 High
Version Manifest Implementation-Version 3.9.15 High
Version pom version 3.9.15 Highest
maven-model-builder-3.9.15.jar
Description:
The effective model builder, with inheritance, profile activation, interpolation, ...
File Path: /home/cfolleau/.m2/repository/org/apache/maven/maven-model-builder/3.9.15/maven-model-builder-3.9.15.jar
MD5: f2eb3f9ef0637c7b24c923315aba26e8
SHA1: 53f57aac9bd7d78bb7f6d6757fd3b37128c4141f
SHA256: 73f653c16e06c62b391c72bb3b68e78eebd07eadb1214a60a60df81ec2c733fc
Referenced In Project/Scope: grif-ext:compile
maven-model-builder-3.9.15.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-ext@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name maven-model-builder High
Vendor jar package name apache Highest
Vendor jar package name inheritance Highest
Vendor jar package name interpolation Highest
Vendor jar package name maven Highest
Vendor jar package name model Highest
Vendor jar package name profile Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest Implementation-Vendor The Apache Software Foundation High
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid maven-model-builder Highest
Vendor pom artifactid maven-model-builder Low
Vendor pom groupid org.apache.maven Highest
Vendor pom name Maven Model Builder High
Vendor pom parent-artifactid maven Low
Product file name maven-model-builder High
Product jar package name apache Highest
Product jar package name inheritance Highest
Product jar package name interpolation Highest
Product jar package name maven Highest
Product jar package name model Highest
Product jar package name profile Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest Implementation-Title Maven Model Builder High
Product Manifest specification-title Maven Model Builder Medium
Product pom artifactid maven-model-builder Highest
Product pom groupid org.apache.maven Highest
Product pom name Maven Model Builder High
Product pom parent-artifactid maven Medium
Version file version 3.9.15 High
Version Manifest Implementation-Version 3.9.15 High
Version pom version 3.9.15 Highest
micrometer-commons-1.15.12.jar
Description:
Module containing common code
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/io/micrometer/micrometer-commons/1.15.12/micrometer-commons-1.15.12.jar
MD5: 8172f342d797138ec7a1a20e0332568c
SHA1: eb539638d48571fa6ce4ea3eb8417cab37a63438
SHA256: 4b779cf7acb0534bb1f8e964f25200037ecb3944368f859a630fa637d6d5d7c0
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
micrometer-commons-1.15.12.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name micrometer-commons High
Vendor jar package name common Highest
Vendor jar package name io Highest
Vendor jar package name micrometer Highest
Vendor Manifest automatic-module-name micrometer.commons Medium
Vendor Manifest branch HEAD Low
Vendor Manifest build-date 2026-06-08_05:57:33 Low
Vendor Manifest build-date-utc 2026-06-08T05:57:33.437169978Z Low
Vendor Manifest build-host 320eea4f7654 Low
Vendor Manifest build-job deploy Low
Vendor Manifest build-number 70801 Low
Vendor Manifest build-timezone Etc/UTC Low
Vendor Manifest build-url https://circleci.com/gh/micrometer-metrics/micrometer/70801 Low
Vendor Manifest built-os Linux Low
Vendor Manifest built-status release Low
Vendor Manifest bundle-symbolicname micrometer-commons Medium
Vendor Manifest change dc2e5e2 Low
Vendor Manifest full-change dc2e5e2ea33a41a271b4b40e796ef39f1ed056af Low
Vendor Manifest module-email tludwig@vmware.com Low
Vendor Manifest module-origin micrometer-metrics/micrometer.git Low
Vendor Manifest module-owner tludwig@vmware.com Low
Vendor Manifest module-source /micrometer-commons Low
Vendor pom artifactid micrometer-commons Highest
Vendor pom artifactid micrometer-commons Low
Vendor pom developer email tludwig@vmware.com Low
Vendor pom developer id shakuzen Medium
Vendor pom developer name Tommy Ludwig Medium
Vendor pom groupid io.micrometer Highest
Vendor pom name micrometer-commons High
Vendor pom url micrometer-metrics/micrometer Highest
Product file name micrometer-commons High
Product jar package name common Highest
Product jar package name io Highest
Product jar package name micrometer Highest
Product Manifest automatic-module-name micrometer.commons Medium
Product Manifest branch HEAD Low
Product Manifest build-date 2026-06-08_05:57:33 Low
Product Manifest build-date-utc 2026-06-08T05:57:33.437169978Z Low
Product Manifest build-host 320eea4f7654 Low
Product Manifest build-job deploy Low
Product Manifest build-number 70801 Low
Product Manifest build-timezone Etc/UTC Low
Product Manifest build-url https://circleci.com/gh/micrometer-metrics/micrometer/70801 Low
Product Manifest built-os Linux Low
Product Manifest built-status release Low
Product Manifest Bundle-Name micrometer-commons Medium
Product Manifest bundle-symbolicname micrometer-commons Medium
Product Manifest change dc2e5e2 Low
Product Manifest full-change dc2e5e2ea33a41a271b4b40e796ef39f1ed056af Low
Product Manifest Implementation-Title io.micrometer#micrometer-commons;1.15.12 High
Product Manifest module-email tludwig@vmware.com Low
Product Manifest module-origin micrometer-metrics/micrometer.git Low
Product Manifest module-owner tludwig@vmware.com Low
Product Manifest module-source /micrometer-commons Low
Product pom artifactid micrometer-commons Highest
Product pom developer email tludwig@vmware.com Low
Product pom developer id shakuzen Low
Product pom developer name Tommy Ludwig Low
Product pom groupid io.micrometer Highest
Product pom name micrometer-commons High
Product pom url micrometer-metrics/micrometer High
Version file version 1.15.12 High
Version Manifest Bundle-Version 1.15.12 High
Version Manifest Implementation-Version 1.15.12 High
Version pom version 1.15.12 Highest
micrometer-observation-1.15.12.jar
Description:
Module containing Observation related code
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/io/micrometer/micrometer-observation/1.15.12/micrometer-observation-1.15.12.jar
MD5: b6ea6ebf93debb874d7c10f3ae79a471
SHA1: 1d96fcaec8d2516236dfcb9914108e14bfd02238
SHA256: 54483e68ed44af1bb0c36d1df2235d36f233e459d52f5a3be3e69813827a6300
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
micrometer-observation-1.15.12.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name micrometer-observation High
Vendor jar package name io Highest
Vendor jar package name micrometer Highest
Vendor jar package name observation Highest
Vendor Manifest automatic-module-name micrometer.observation Medium
Vendor Manifest branch HEAD Low
Vendor Manifest build-date 2026-06-08_05:57:34 Low
Vendor Manifest build-date-utc 2026-06-08T05:57:34.134088941Z Low
Vendor Manifest build-host 320eea4f7654 Low
Vendor Manifest build-job deploy Low
Vendor Manifest build-number 70801 Low
Vendor Manifest build-timezone Etc/UTC Low
Vendor Manifest build-url https://circleci.com/gh/micrometer-metrics/micrometer/70801 Low
Vendor Manifest built-os Linux Low
Vendor Manifest built-status release Low
Vendor Manifest bundle-symbolicname micrometer-observation Medium
Vendor Manifest change dc2e5e2 Low
Vendor Manifest full-change dc2e5e2ea33a41a271b4b40e796ef39f1ed056af Low
Vendor Manifest module-email tludwig@vmware.com Low
Vendor Manifest module-origin micrometer-metrics/micrometer.git Low
Vendor Manifest module-owner tludwig@vmware.com Low
Vendor Manifest module-source /micrometer-observation Low
Vendor pom artifactid micrometer-observation Highest
Vendor pom artifactid micrometer-observation Low
Vendor pom developer email tludwig@vmware.com Low
Vendor pom developer id shakuzen Medium
Vendor pom developer name Tommy Ludwig Medium
Vendor pom groupid io.micrometer Highest
Vendor pom name micrometer-observation High
Vendor pom url micrometer-metrics/micrometer Highest
Product file name micrometer-observation High
Product jar package name io Highest
Product jar package name micrometer Highest
Product jar package name observation Highest
Product Manifest automatic-module-name micrometer.observation Medium
Product Manifest branch HEAD Low
Product Manifest build-date 2026-06-08_05:57:34 Low
Product Manifest build-date-utc 2026-06-08T05:57:34.134088941Z Low
Product Manifest build-host 320eea4f7654 Low
Product Manifest build-job deploy Low
Product Manifest build-number 70801 Low
Product Manifest build-timezone Etc/UTC Low
Product Manifest build-url https://circleci.com/gh/micrometer-metrics/micrometer/70801 Low
Product Manifest built-os Linux Low
Product Manifest built-status release Low
Product Manifest Bundle-Name micrometer-observation Medium
Product Manifest bundle-symbolicname micrometer-observation Medium
Product Manifest change dc2e5e2 Low
Product Manifest full-change dc2e5e2ea33a41a271b4b40e796ef39f1ed056af Low
Product Manifest Implementation-Title io.micrometer#micrometer-observation;1.15.12 High
Product Manifest module-email tludwig@vmware.com Low
Product Manifest module-origin micrometer-metrics/micrometer.git Low
Product Manifest module-owner tludwig@vmware.com Low
Product Manifest module-source /micrometer-observation Low
Product pom artifactid micrometer-observation Highest
Product pom developer email tludwig@vmware.com Low
Product pom developer id shakuzen Low
Product pom developer name Tommy Ludwig Low
Product pom groupid io.micrometer Highest
Product pom name micrometer-observation High
Product pom url micrometer-metrics/micrometer High
Version file version 1.15.12 High
Version Manifest Bundle-Version 1.15.12 High
Version Manifest Implementation-Version 1.15.12 High
Version pom version 1.15.12 Highest
miglayout-core-11.3.jar
Description:
MiGLayout - core layout logic
License:
http://www.debian.org/misc/bsd.license
File Path: /home/cfolleau/.m2/repository/com/miglayout/miglayout-core/11.3/miglayout-core-11.3.jar
MD5: c5ba47383176ad6bbed8d912ee516829
SHA1: 26747196cd3fc2e9e1fef1ed0046e8e2311d7281
SHA256: b420e2d42a2de60a97e0ec826e9a46b970d694711729c47a60b8960551b6494b
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
miglayout-core-11.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.miglayout/miglayout-swing@11.3
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name miglayout-core High
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-symbolicname com.miglayout.core Medium
Vendor pom artifactid miglayout-core Highest
Vendor pom artifactid miglayout-core Low
Vendor pom groupid com.miglayout Highest
Vendor pom name MiGLayout Core High
Vendor pom parent-artifactid miglayout-parent Low
Vendor pom url http://www.miglayout.com/ Highest
Product file name miglayout-core High
Product Manifest build-jdk-spec 17 Low
Product Manifest Bundle-Name MiGLayout Core Medium
Product Manifest bundle-symbolicname com.miglayout.core Medium
Product pom artifactid miglayout-core Highest
Product pom groupid com.miglayout Highest
Product pom name MiGLayout Core High
Product pom parent-artifactid miglayout-parent Medium
Product pom url http://www.miglayout.com/ Medium
Version file version 11.3 High
Version pom version 11.3 Highest
miglayout-swing-11.3.jar
Description:
MiGLayout - Java Layout Manager for Swing
License:
http://www.debian.org/misc/bsd.license
File Path: /home/cfolleau/.m2/repository/com/miglayout/miglayout-swing/11.3/miglayout-swing-11.3.jar
MD5: d95893cc38abe8c0bfc1b06f1f65d64c
SHA1: 4e6e9151f1fcc8f3037446d55203695d2b7d1b83
SHA256: 2ef1e358777566fc21b3eae89b65124100e677dec8da0889a3c0676522ee0df0
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
miglayout-swing-11.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name miglayout-swing High
Vendor jar package name miglayout Highest
Vendor jar package name swing Highest
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-symbolicname com.miglayout.swing Medium
Vendor pom artifactid miglayout-swing Highest
Vendor pom artifactid miglayout-swing Low
Vendor pom groupid com.miglayout Highest
Vendor pom name MiGLayout Swing High
Vendor pom parent-artifactid miglayout-parent Low
Vendor pom url http://www.miglayout.com/ Highest
Product file name miglayout-swing High
Product jar package name miglayout Highest
Product jar package name swing Highest
Product Manifest build-jdk-spec 17 Low
Product Manifest Bundle-Name MiGLayout Swing Medium
Product Manifest bundle-symbolicname com.miglayout.swing Medium
Product pom artifactid miglayout-swing Highest
Product pom groupid com.miglayout Highest
Product pom name MiGLayout Swing High
Product pom parent-artifactid miglayout-parent Medium
Product pom url http://www.miglayout.com/ Medium
Version file version 11.3 High
Version pom version 11.3 Highest
moca-14.26.3.jar
Description:
POM des dépendances Moca
File Path: /home/cfolleau/.m2/repository/com/total/moca/14.26.3/moca-14.26.3.jar
MD5: dbaba43312f97839fc0a5c69dafbf760
SHA1: e57ca4e45666076b6fd67ae3823e54757eec67f3
SHA256: 72826ed492b533fc8b8144fb53461ffd6895ba1983f2cf02c6d7b7566a901072
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
moca-14.26.3.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name moca High
Vendor jar package name moca Highest
Vendor jar package name total Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor pom artifactid moca Highest
Vendor pom artifactid moca Low
Vendor pom groupid com.total Highest
Product file name moca High
Product jar package name moca Highest
Product jar package name total Highest
Product Manifest build-jdk-spec 21 Low
Product pom artifactid moca Highest
Product pom groupid com.total Highest
Version file version 14.26.3 High
Version Manifest signature-version 14.26.3 Medium
Version pom version 14.26.3 Highest
netty-common-4.1.135.Final.jar (shaded: org.jctools:jctools-core:4.0.5)
Description:
Java Concurrency Tools Core Library
License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/io/netty/netty-common/4.1.135.Final/netty-common-4.1.135.Final.jar/META-INF/maven/org.jctools/jctools-core/pom.xml
MD5: 5d5135397b920a7dcbca5c1fb0576cf2
SHA1: eaa05d6ad937464312a2681a3236c0e06602bbb7
SHA256: a69897b8ff0c2198b4b8cd7d4f93fde6d42b8e9dbfc95553585e27587b24e211
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
Evidence
Type Source Name Value Confidence
Vendor pom artifactid jctools-core Low
Vendor pom groupid org.jctools Highest
Vendor pom name Java Concurrency Tools Core Library High
Vendor pom url JCTools Highest
Product pom artifactid jctools-core Highest
Product pom groupid org.jctools Highest
Product pom name Java Concurrency Tools Core Library High
Product pom url JCTools High
Version pom version 4.0.5 Highest
netty-transport-4.1.135.Final.jar
Description:
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
License:
https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/io/netty/netty-transport/4.1.135.Final/netty-transport-4.1.135.Final.jar
MD5: 06b22eaac4fad8e22753969b96b2c36a
SHA1: cbc238f1f9707f3652252fdc48568cce0e9a01d9
SHA256: 6bde734d1ec073142eed31b1e68cd5d68fbf241e060b37f07a164e5ecb15631c
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
netty-transport-4.1.135.Final.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name netty-transport High
Vendor jar package name io Highest
Vendor jar package name netty Highest
Vendor Manifest automatic-module-name io.netty.transport Medium
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://netty.io/ Low
Vendor Manifest bundle-symbolicname io.netty.transport Medium
Vendor Manifest implementation-url https://netty.io/netty-transport/ Low
Vendor Manifest Implementation-Vendor The Netty Project High
Vendor Manifest Implementation-Vendor-Id io.netty Medium
Vendor Manifest specification-vendor The Netty Project Low
Vendor pom artifactid netty-transport Highest
Vendor pom artifactid netty-transport Low
Vendor pom groupid io.netty Highest
Vendor pom name Netty/Transport High
Vendor pom parent-artifactid netty-parent Low
Product file name netty-transport High
Product jar package name io Highest
Product jar package name netty Highest
Product Manifest automatic-module-name io.netty.transport Medium
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://netty.io/ Low
Product Manifest Bundle-Name Netty/Transport Medium
Product Manifest bundle-symbolicname io.netty.transport Medium
Product Manifest Implementation-Title Netty/Transport High
Product Manifest implementation-url https://netty.io/netty-transport/ Low
Product Manifest specification-title Netty/Transport Medium
Product pom artifactid netty-transport Highest
Product pom groupid io.netty Highest
Product pom name Netty/Transport High
Product pom parent-artifactid netty-parent Medium
Version Manifest Bundle-Version 4.1.135.Final High
Version Manifest Implementation-Version 4.1.135.Final High
Version pom version 4.1.135.Final Highest
Related Dependencies
netty-buffer-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-buffer/4.1.135.Final/netty-buffer-4.1.135.Final.jar
MD5: fcd9f423d78592d1ca785b68ee9b16ee
SHA1: 6e60e222c27d3534e63e519fb1a9d66c485f62bd
SHA256: 2a194f99fc93d07c4d442d04ac71bd2dc56d3188cd0e4270cdc2a953d1956bf9
pkg:maven/io.netty/netty-buffer@4.1.135.Final
netty-codec-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-codec/4.1.135.Final/netty-codec-4.1.135.Final.jar
MD5: d4c7467d989f3fce353fde66eb1b4bdf
SHA1: cf36e54dc81aa160a93780478727bdb3c3fa4600
SHA256: 7252171264dbb5bb8ed38e77f89643b31e3cabc96144ec27b6882435d718a61e
pkg:maven/io.netty/netty-codec@4.1.135.Final
netty-codec-dns-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-codec-dns/4.1.135.Final/netty-codec-dns-4.1.135.Final.jar
MD5: a424ef4d2ebfea699f9d1218c41f8662
SHA1: 0814e353f6c5f9383f2b93d941961f89565f4161
SHA256: 5e996d7ac7597f368ab114fbb91d16788918c7e5bf166345c51e56db54d50fd1
pkg:maven/io.netty/netty-codec-dns@4.1.135.Final
netty-codec-http-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-codec-http/4.1.135.Final/netty-codec-http-4.1.135.Final.jar
MD5: 17647f3dcda67916dac602de8c8f2ca5
SHA1: 69d785784208bae296fa74d802772687c6947754
SHA256: 4018529d3d6aecf4044b98c75d9a90c91839ddf49c7aa484c5ac81c90a15da02
pkg:maven/io.netty/netty-codec-http@4.1.135.Final
netty-codec-http2-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-codec-http2/4.1.135.Final/netty-codec-http2-4.1.135.Final.jar
MD5: 6449e3a486f2ed3a3c3d2e55eee93cd9
SHA1: 56375e341f0ca44079b1bfb62030285b9de5d713
SHA256: aa4e81ab5fa3b7b243eb3e814aa582ab26c073d31b0abffdbb58ee150fa49c16
pkg:maven/io.netty/netty-codec-http2@4.1.135.Final
netty-codec-socks-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-codec-socks/4.1.135.Final/netty-codec-socks-4.1.135.Final.jar
MD5: f022acaa2b77f55e286168e22a868932
SHA1: 65675a46d40f11b27dce2593d05be327d083f5f2
SHA256: ec7a39e8d7d7e223014115a021273f011c3cb1e8fb187cbfb90a74e76d68c25c
pkg:maven/io.netty/netty-codec-socks@4.1.135.Final
netty-common-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-common/4.1.135.Final/netty-common-4.1.135.Final.jar
MD5: bfa2258e927ec224143136eda472297c
SHA1: 3f1fd5004102cd1146a53d29127804569b63c90f
SHA256: 26775ca95820711403cf065fa2ec0134a0a04ff5417c688c0237aee68b55838d
pkg:maven/io.netty/netty-common@4.1.135.Final
netty-handler-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-handler/4.1.135.Final/netty-handler-4.1.135.Final.jar
MD5: 3ac32114d15dc2b284571f5d35c6b790
SHA1: 567f8742a3d7a0a8be0401dada8fbdbaa7bf02b6
SHA256: 245e74e04b6f4e8ef98853152412e3bf1499ce6fcf15329b798c8ce36c3537e2
pkg:maven/io.netty/netty-handler@4.1.135.Final
netty-handler-proxy-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-handler-proxy/4.1.135.Final/netty-handler-proxy-4.1.135.Final.jar
MD5: e981f38ac2e481c77e0685e5bcb0e284
SHA1: df2a683563e8ca8442a49ddc9c2da9110dcc3cef
SHA256: 75661010630a44468f0e85d7ed8be7779c0cb1369fe85d30799cedc52e9ed3b7
pkg:maven/io.netty/netty-handler-proxy@4.1.135.Final
netty-resolver-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-resolver/4.1.135.Final/netty-resolver-4.1.135.Final.jar
MD5: 129c1aa96462490d58a358aceaba0553
SHA1: d43b00856050cfd4445a063d5816a4782ae422f9
SHA256: 77dd03865965b6c12b9e521bddec82f035caeb33156e09c158289c5094318481
pkg:maven/io.netty/netty-resolver@4.1.135.Final
netty-resolver-dns-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-resolver-dns/4.1.135.Final/netty-resolver-dns-4.1.135.Final.jar
MD5: 2099aaf4771a939f4720897331acacaf
SHA1: 0d092a2851ecef2a07722da7da80a843f7e936ae
SHA256: ca25581e4cebd55797ef3b4d0953b75df32c1af77fe771b96bfaa9e701cdb7c3
pkg:maven/io.netty/netty-resolver-dns@4.1.135.Final
netty-resolver-dns-classes-macos-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-resolver-dns-classes-macos/4.1.135.Final/netty-resolver-dns-classes-macos-4.1.135.Final.jar
MD5: 1cc229f2acf3ac7ea3331021f38a684f
SHA1: 508fc43de462e60c814e76d7e23dea59b0cc4fe8
SHA256: 4aab49a507dbbe446ad2c6a7587fe69c511defa6c273ce1a559e3458a3378a5b
pkg:maven/io.netty/netty-resolver-dns-classes-macos@4.1.135.Final
netty-resolver-dns-native-macos-4.1.135.Final-osx-x86_64.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-resolver-dns-native-macos/4.1.135.Final/netty-resolver-dns-native-macos-4.1.135.Final-osx-x86_64.jar
MD5: 9aff4b62bef6c3e4cccb8fc5e72db35c
SHA1: 160036ecf20002bf9b7b563ea2101f26c3ee64d8
SHA256: 0c86fa27317c4172fff03a0c20286e2c62ef9d60ad78f389a83ede48a5bb54cd
pkg:maven/io.netty/netty-resolver-dns-native-macos@4.1.135.Final
netty-transport-native-unix-common-4.1.135.Final.jar
File Path: /home/cfolleau/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.135.Final/netty-transport-native-unix-common-4.1.135.Final.jar
MD5: 1e2845ca46311605e0a5e1623bc22e47
SHA1: 9ceeb22325232e9998e3f0ae396e5e4cb462672f
SHA256: a7895075f112611d1640a596c2678a28aab92d5681c1c14755b109b8998f995e
pkg:maven/io.netty/netty-transport-native-unix-common@4.1.135.Final
CVE-2026-42582 suppress
Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final, when decoding header blocks, the non-Huffman branch of io.netty.handler.codec.http3.QpackDecoder#decodeHuffmanEncodedLiteral may execute new byte[length] for a string literal before verifying that length bytes are actually present in the compressed field section. The wire encoding allows a very large length to be expressed in few bytes. There is no check that length <= in.readableBytes() before new byte[length]. This vulnerability is fixed in 4.2.13.Final.
CWE-789 Memory Allocation with Excessive Size Value, CWE-770 Allocation of Resources Without Limits or Throttling
CVSSv3:
Base Score: HIGH (7.5)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RC:R/MAV:A
References:
Vulnerable Software & Versions:
opencsv-5.11.jar
Description:
A simple library for reading and writing CSV in Java
License:
Apache 2: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/opencsv/opencsv/5.11/opencsv-5.11.jar
MD5: 2b9197edfff14e7763ec931e6b4cf719
SHA1: 227f98936fc63d0dfa2e26cb48cdb22ebeb50835
SHA256: 5e70f53f305ec4582f10e6f1bb2027048c5b1f3246a1de18c7899260e4ceefc3
Referenced In Project/Scope: grif-importer-xls:compile
opencsv-5.11.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-importer-xls@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name opencsv High
Vendor jar package name opencsv Highest
Vendor Manifest automatic-module-name com.opencsv Medium
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-symbolicname com.opencsv Medium
Vendor pom artifactid opencsv Highest
Vendor pom artifactid opencsv Low
Vendor pom developer email arjones@t-online.de Low
Vendor pom developer email sconway@users.sourceforge.net Low
Vendor pom developer id aruckerjones Medium
Vendor pom developer id scott_conway Medium
Vendor pom developer name Andrew Rucker Jones Medium
Vendor pom developer name Scott Conway Medium
Vendor pom groupid com.opencsv Highest
Vendor pom name opencsv High
Vendor pom url http://opencsv.sf.net Highest
Product file name opencsv High
Product jar package name opencsv Highest
Product Manifest automatic-module-name com.opencsv Medium
Product Manifest build-jdk-spec 1.8 Low
Product Manifest Bundle-Name opencsv Medium
Product Manifest bundle-symbolicname com.opencsv Medium
Product pom artifactid opencsv Highest
Product pom developer email arjones@t-online.de Low
Product pom developer email sconway@users.sourceforge.net Low
Product pom developer id aruckerjones Low
Product pom developer id scott_conway Low
Product pom developer name Andrew Rucker Jones Low
Product pom developer name Scott Conway Low
Product pom groupid com.opencsv Highest
Product pom name opencsv High
Product pom url http://opencsv.sf.net Medium
Version file version 5.11 High
Version pom version 5.11 Highest
openpdf-2.0.3.jar
Description:
Open and Free PDF library.
License:
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html, https://www.mozilla.org/en-US/MPL/2.0/
File Path: /home/cfolleau/.m2/repository/com/github/librepdf/openpdf/2.0.3/openpdf-2.0.3.jar
MD5: 0c87ddb05e934db1ddcf824266172ae2
SHA1: 2dc1fc7eddda56b16621c912e8be60b85a8d305d
SHA256: 8dcc234a767557687b4eaa66f067de09d6e9bf8c8bc7003d606f230423fe7b5a
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:compile
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
openpdf-2.0.3.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-butachimie@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name openpdf High
Vendor jar package name com Highest
Vendor Manifest automatic-module-name com.github.librepdf.openpdf Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-symbolicname com.github.librepdf.openpdf Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid openpdf Highest
Vendor pom artifactid openpdf Low
Vendor pom groupid com.github.librepdf Highest
Vendor pom parent-artifactid openpdf-parent Low
Product file name openpdf High
Product jar package name 17 Highest
Product jar package name com Highest
Product jar package name pdf Highest
Product Manifest automatic-module-name com.github.librepdf.openpdf Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Bundle-Name openpdf Medium
Product Manifest bundle-symbolicname com.github.librepdf.openpdf Medium
Product Manifest multi-release true Low
Product pom artifactid openpdf Highest
Product pom groupid com.github.librepdf Highest
Product pom parent-artifactid openpdf-parent Medium
Version file version 2.0.3 High
Version Manifest Bundle-Version 2.0.3 High
Version pom version 2.0.3 Highest
openrtf-1.2.1.jar
Description:
Open and Free RTF library.
License:
GNU General Lesser Public License (LGPL) version 3.0: http://www.gnu.org/licenses/lgpl.html
Mozilla Public License Version 2.0: http://www.mozilla.org/MPL/2.0/
File Path: /home/cfolleau/.m2/repository/com/github/librepdf/openrtf/1.2.1/openrtf-1.2.1.jar
MD5: 6c64a5942e8ce999e4e6bc345df07ab6
SHA1: 7aca293cec851413c433d41ea63eeb1eba7d5425
SHA256: 877f574fd8ec99919e51e48e9327c2accee8f87657cb2900cb83bb0a887872d2
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
openrtf-1.2.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name openrtf High
Vendor jar package name lowagie Low
Vendor jar package name rtf Highest
Vendor jar package name rtf Low
Vendor jar package name text Low
Vendor pom artifactid openrtf Highest
Vendor pom artifactid openrtf Low
Vendor pom developer name The OpenPDF Project Medium
Vendor pom developer org URL https://github.com/librepdf Medium
Vendor pom groupid com.github.librepdf Highest
Vendor pom name OpenRTF High
Vendor pom url LibrePDF/OpenRTF Highest
Product file name openrtf High
Product jar package name rtf Highest
Product jar package name rtf Low
Product jar package name text Low
Product pom artifactid openrtf Highest
Product pom developer name The OpenPDF Project Low
Product pom developer org URL https://github.com/librepdf Low
Product pom groupid com.github.librepdf Highest
Product pom name OpenRTF High
Product pom url LibrePDF/OpenRTF High
Version file version 1.2.1 High
Version pom version 1.2.1 Highest
org.eclipse.jgit-7.3.0.202506031305-r.jar
Description:
Repository access and algorithms
File Path: /home/cfolleau/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/7.3.0.202506031305-r/org.eclipse.jgit-7.3.0.202506031305-r.jar
MD5: dc30038daccf52b62323390b4e0f4939
SHA1: b84f5ed026aae3f7190087887f177efdd9033967
SHA256: c4c4e1a3eb1afe9dc6a9c93b1c8906eaaab9a5a9cdb5c95de4cc80eff4ca0dc1
Referenced In Project/Scope: grif-ext:compile
org.eclipse.jgit-7.3.0.202506031305-r.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-ext@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name org.eclipse.jgit High
Vendor jar package name eclipse Highest
Vendor jar package name jgit Highest
Vendor jar package name repository Highest
Vendor Manifest automatic-module-name org.eclipse.jgit Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-activationpolicy lazy Low
Vendor Manifest bundle-localization OSGI-INF/l10n/plugin Low
Vendor Manifest bundle-requiredexecutionenvironment JavaSE-17 Low
Vendor Manifest bundle-symbolicname org.eclipse.jgit Medium
Vendor Manifest eclipse-extensibleapi true Low
Vendor Manifest git-commit-id 22e8820c65327800dfc054d2f07940df4e02365c Low
Vendor Manifest git-commit-time 2025-06-03T13:05:43Z Low
Vendor Manifest git-describe v7.3.0.202505281347-rc1-9-g22e8820 Low
Vendor Manifest git-remote-origin-url https://eclipse.gerrithub.io/eclipse-jgit/jgit Low
Vendor Manifest git-tags Low
Vendor Manifest Implementation-Vendor Eclipse.org - JGit High
Vendor Manifest Implementation-Vendor-Id org.eclipse.jgit Medium
Vendor Manifest implementation-vendor-url https://www.eclipse.org/jgit/ Medium
Vendor Manifest service-component OSGI-INF/org.eclipse.jgit.internal.util.CleanupService.xml Low
Vendor pom artifactid eclipse.jgit Low
Vendor pom artifactid org.eclipse.jgit Highest
Vendor pom groupid org.eclipse.jgit Highest
Vendor pom name JGit - Core High
Vendor pom parent-artifactid org.eclipse.jgit-parent Low
Product file name org.eclipse.jgit High
Product jar package name eclipse Highest
Product jar package name internal Highest
Product jar package name io Highest
Product jar package name jgit Highest
Product jar package name repository Highest
Product jar package name util Highest
Product Manifest automatic-module-name org.eclipse.jgit Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest bundle-activationpolicy lazy Low
Product Manifest bundle-localization OSGI-INF/l10n/plugin Low
Product Manifest Bundle-Name %Bundle-Name Medium
Product Manifest bundle-requiredexecutionenvironment JavaSE-17 Low
Product Manifest bundle-symbolicname org.eclipse.jgit Medium
Product Manifest eclipse-extensibleapi true Low
Product Manifest git-commit-id 22e8820c65327800dfc054d2f07940df4e02365c Low
Product Manifest git-commit-time 2025-06-03T13:05:43Z Low
Product Manifest git-describe v7.3.0.202505281347-rc1-9-g22e8820 Low
Product Manifest git-remote-origin-url https://eclipse.gerrithub.io/eclipse-jgit/jgit Low
Product Manifest git-tags Low
Product Manifest Implementation-Title JGit org.eclipse.jgit High
Product Manifest service-component OSGI-INF/org.eclipse.jgit.internal.util.CleanupService.xml Low
Product pom artifactid eclipse.jgit Highest
Product pom artifactid org.eclipse.jgit Highest
Product pom groupid org.eclipse.jgit Highest
Product pom name JGit - Core High
Product pom parent-artifactid org.eclipse.jgit-parent Medium
Version Manifest Bundle-Version 7.3.0.202506031305-r High
Version Manifest Implementation-Version 7.3.0.202506031305-r High
Version pom version 7.3.0.202506031305-r Highest
org.eclipse.sisu.inject-1.0.0.jar
Description:
JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring
License:
Eclipse Public License, Version 2.0;link="https://www.eclipse.org/legal/epl-v20.html"
File Path: /home/cfolleau/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/1.0.0/org.eclipse.sisu.inject-1.0.0.jar
MD5: 9d66e7450d82f2070a1422de1ebd4c81
SHA1: d9c2d6ff4b461ab9492edb1cd9d8239cfb41f4ca
SHA256: 3ab8d7bfe68f3b6ec95c1a0a47e628edbc9d76e90634cb0a0ba121fbb11b8e42
Referenced In Project/Scope: grif-ext:compile
org.eclipse.sisu.inject-1.0.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model-builder@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name org.eclipse.sisu.inject High
Vendor jar package name dynamic Highest
Vendor jar package name eclipse Highest
Vendor jar package name inject Highest
Vendor jar package name sisu Highest
Vendor jar package name wiring Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-copyright Copyright (c) 2010-present Sonatype, Inc. and others Low
Vendor Manifest bundle-developers mcculls;name="Stuart McCulloch",cstamas;name="Tamas Cservenak",kwin;name="Konrad Windszus" Low
Vendor Manifest bundle-docurl http://www.eclipse.org/sisu/ Low
Vendor Manifest bundle-symbolicname org.eclipse.sisu.inject;singleton:=true Medium
Vendor pom artifactid eclipse.sisu.inject Low
Vendor pom artifactid org.eclipse.sisu.inject Highest
Vendor pom groupid org.eclipse.sisu Highest
Vendor pom name : High
Vendor pom parent-artifactid sisu-inject Low
Product file name org.eclipse.sisu.inject High
Product jar package name dynamic Highest
Product jar package name eclipse Highest
Product jar package name inject Highest
Product jar package name sisu Highest
Product jar package name sonatype Highest
Product jar package name wiring Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-copyright Copyright (c) 2010-present Sonatype, Inc. and others Low
Product Manifest bundle-developers mcculls;name="Stuart McCulloch",cstamas;name="Tamas Cservenak",kwin;name="Konrad Windszus" Low
Product Manifest bundle-docurl http://www.eclipse.org/sisu/ Low
Product Manifest Bundle-Name Sisu-Inject Medium
Product Manifest bundle-symbolicname org.eclipse.sisu.inject;singleton:=true Medium
Product pom artifactid eclipse.sisu.inject Highest
Product pom artifactid org.eclipse.sisu.inject Highest
Product pom groupid org.eclipse.sisu Highest
Product pom name : High
Product pom parent-artifactid sisu-inject Medium
Version file version 1.0.0 High
Version Manifest Bundle-Version 1.0.0 High
Version pom version 1.0.0 Highest
plexus-interpolation-1.29.jar
Description:
The Plexus project provides a full software stack for creating and executing software projects.
License:
https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar
MD5: b1489e6968b874cecfe24cadb62b77db
SHA1: 5dd1b1fbaca263ad5baa169fbd8e804c789c9db5
SHA256: 088d444dbcedfb384630d8686697ece3c401d6f33c8f8b3aa7259ea1c6996878
Referenced In Project/Scope: grif-ext:compile
plexus-interpolation-1.29.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model-builder@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name plexus-interpolation High
Vendor jar package name codehaus Highest
Vendor jar package name interpolation Highest
Vendor jar package name plexus Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest bundle-docurl https://codehaus-plexus.github.io/ Low
Vendor Manifest bundle-symbolicname org.codehaus.plexus.interpolation Medium
Vendor Manifest Implementation-Vendor Codehaus Plexus High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor Codehaus Plexus Low
Vendor pom artifactid plexus-interpolation Highest
Vendor pom artifactid plexus-interpolation Low
Vendor pom groupid org.codehaus.plexus Highest
Vendor pom name Plexus Interpolation API High
Vendor pom parent-artifactid plexus Low
Product file name plexus-interpolation High
Product jar package name codehaus Highest
Product jar package name interpolation Highest
Product jar package name plexus Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest bundle-docurl https://codehaus-plexus.github.io/ Low
Product Manifest Bundle-Name Plexus Interpolation API Medium
Product Manifest bundle-symbolicname org.codehaus.plexus.interpolation Medium
Product Manifest Implementation-Title Plexus Interpolation API High
Product Manifest multi-release true Low
Product Manifest specification-title Plexus Interpolation API Medium
Product pom artifactid plexus-interpolation Highest
Product pom groupid org.codehaus.plexus Highest
Product pom name Plexus Interpolation API High
Product pom parent-artifactid plexus Medium
Version file version 1.29 High
Version Manifest Implementation-Version 1.29 High
Version pom parent-version 1.29 Low
Version pom version 1.29 Highest
plexus-utils-3.6.1.jar
Description:
A collection of various utility classes to ease working with strings, files, command lines, XML and
more.
License:
Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/codehaus/plexus/plexus-utils/3.6.1/plexus-utils-3.6.1.jar
MD5: bf77c7ef462342bd42ce245be9648540
SHA1: 9dce1b9c69b197f453223e45a2cb9fa0cd48b424
SHA256: 05a63effd67e2d6b9d610cc82e2bd7473289d34802e57a529b28110f28af5679
Referenced In Project/Scope: grif-ext:compile
plexus-utils-3.6.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.apache.maven/maven-model@3.9.15
Evidence
Type Source Name Value Confidence
Vendor file name plexus-utils High
Vendor jar package name codehaus Highest
Vendor jar package name org Highest
Vendor jar package name plexus Highest
Vendor jar package name util Highest
Vendor jar package name xml Highest
Vendor Manifest automatic-module-name org.codehaus.plexus.util Medium
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest Implementation-Vendor Codehaus Plexus High
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor Codehaus Plexus Low
Vendor pom artifactid plexus-utils Highest
Vendor pom artifactid plexus-utils Low
Vendor pom groupid org.codehaus.plexus Highest
Vendor pom name Plexus Common Utilities High
Vendor pom parent-artifactid plexus Low
Vendor pom url https://codehaus-plexus.github.io/plexus-utils/ Highest
Product file name plexus-utils High
Product jar package name codehaus Highest
Product jar package name org Highest
Product jar package name plexus Highest
Product jar package name util Highest
Product jar package name xml Highest
Product Manifest automatic-module-name org.codehaus.plexus.util Medium
Product Manifest build-jdk-spec 25 Low
Product Manifest Implementation-Title Plexus Common Utilities High
Product Manifest multi-release true Low
Product Manifest specification-title Plexus Common Utilities Medium
Product pom artifactid plexus-utils Highest
Product pom groupid org.codehaus.plexus Highest
Product pom name Plexus Common Utilities High
Product pom parent-artifactid plexus Medium
Product pom url https://codehaus-plexus.github.io/plexus-utils/ Medium
Version file version 3.6.1 High
Version Manifest Implementation-Version 3.6.1 High
Version pom parent-version 3.6.1 Low
Version pom version 3.6.1 Highest
poi-5.5.1.jar
Description:
Apache POI - Java API To Access Microsoft Format Files
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/poi/poi/5.5.1/poi-5.5.1.jar
MD5: fdac1ddef941df501e3bc138c6eb2fea
SHA1: 613d253b6f5f0849dd68fed043a7fb4b005e63a0
SHA256: 6c52e876ca75775a11b56e4b36a7541f682827f56406725fcd87560b792ee3d8
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
poi-5.5.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-ext@18.0.0
pkg:maven/com.total/grif-importer-xls@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name poi High
Vendor jar package name apache Highest
Vendor jar package name common Highest
Vendor jar package name format Highest
Vendor jar package name poi Highest
Vendor Manifest automatic-module-name org.apache.poi.poi Medium
Vendor Manifest Implementation-Vendor org.apache.poi High
Vendor Manifest Implementation-Vendor-Id The Apache Software Foundation Medium
Vendor Manifest multi-release true Low
Vendor Manifest specification-vendor The Apache Software Foundation Low
Vendor pom artifactid poi Highest
Vendor pom artifactid poi Low
Vendor pom groupid org.apache.poi Highest
Vendor pom name Apache POI - Common High
Vendor pom organization name Apache Software Foundation High
Vendor pom organization url https://www.apache.org/ Medium
Vendor pom url https://poi.apache.org/ Highest
Product file name poi High
Product jar package name apache Highest
Product jar package name common Highest
Product jar package name format Highest
Product jar package name poi Highest
Product Manifest automatic-module-name org.apache.poi.poi Medium
Product Manifest Implementation-Title Apache POI High
Product Manifest multi-release true Low
Product Manifest specification-title Apache POI Medium
Product pom artifactid poi Highest
Product pom groupid org.apache.poi Highest
Product pom name Apache POI - Common High
Product pom organization name Apache Software Foundation Low
Product pom organization url https://www.apache.org/ Low
Product pom url https://poi.apache.org/ Medium
Version file version 5.5.1 High
Version Manifest Implementation-Version 5.5.1 High
Version pom version 5.5.1 Highest
Related Dependencies
poi-ooxml-5.5.1.jar
File Path: /home/cfolleau/.m2/repository/org/apache/poi/poi-ooxml/5.5.1/poi-ooxml-5.5.1.jar
MD5: a1637f824cfb0e9a55d89de2521ffdd2
SHA1: ff561a9cab46bfe95667d5085580fefb2353fdaf
SHA256: bd7be2fdfe3fd2c1684fa813351c2798fd636b44f6236e0674500d4f8ff1c2f9
pkg:maven/org.apache.poi/poi-ooxml@5.5.1
poi-ooxml-lite-5.5.1.jar
File Path: /home/cfolleau/.m2/repository/org/apache/poi/poi-ooxml-lite/5.5.1/poi-ooxml-lite-5.5.1.jar
MD5: 8be7c2c3e972d20038aaacc2e3c39cf2
SHA1: 2e8c1fbeb661a8c15b033c4b03b2907e9bd0857b
SHA256: e6e37adeb6d6ee8b40ec491ad955d934d8f99827ab050f105b18286e59b1d9e7
pkg:maven/org.apache.poi/poi-ooxml-lite@5.5.1
postgresql-42.7.11.jar
Description:
PostgreSQL JDBC Driver Postgresql
License:
BSD-2-Clause: https://jdbc.postgresql.org/about/license.html
File Path: /home/cfolleau/.m2/repository/org/postgresql/postgresql/42.7.11/postgresql-42.7.11.jar
MD5: b969f87f07d6434bd77cdc5e440da49a
SHA1: 4c21cdd1b3938f400703716d37c4e8ca4d332808
SHA256: 1981b31d3993c58702783c1cddf10a34e48c1f413d70ff1cb6def0a143484647
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
postgresql-42.7.11.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-monitoring-core@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name postgresql High
Vendor jar package name driver Highest
Vendor jar package name jdbc Highest
Vendor jar package name org Highest
Vendor jar package name postgresql Highest
Vendor Manifest automatic-module-name org.postgresql.jdbc Medium
Vendor Manifest bundle-copyright Copyright (c) 2003-2024, PostgreSQL Global Development Group Low
Vendor Manifest bundle-docurl https://jdbc.postgresql.org/ Low
Vendor Manifest bundle-symbolicname org.postgresql.jdbc Medium
Vendor Manifest Implementation-Vendor PostgreSQL Global Development Group High
Vendor Manifest Implementation-Vendor-Id org.postgresql Medium
Vendor Manifest multi-release true Low
Vendor Manifest provide-capability osgi.service;objectClass="org.osgi.service.jdbc.DataSourceFactory";osgi.jdbc.driver.class="org.postgresql.Driver";osgi.jdbc.driver.name="PostgreSQL JDBC Driver";effective:=active Low
Vendor Manifest specification-vendor Oracle Corporation Low
Vendor pom artifactid postgresql Highest
Vendor pom artifactid postgresql Low
Vendor pom developer id bokken Medium
Vendor pom developer id davecramer Medium
Vendor pom developer id jurka Medium
Vendor pom developer id oliver Medium
Vendor pom developer id ringerc Medium
Vendor pom developer id sehrope Medium
Vendor pom developer id vlsi Medium
Vendor pom developer name Brett Okken Medium
Vendor pom developer name Craig Ringer Medium
Vendor pom developer name Dave Cramer Medium
Vendor pom developer name Kris Jurka Medium
Vendor pom developer name Oliver Jowett Medium
Vendor pom developer name Sehrope Sarkuni Medium
Vendor pom developer name Vladimir Sitnikov Medium
Vendor pom groupid org.postgresql Highest
Vendor pom name PostgreSQL JDBC Driver High
Vendor pom organization name PostgreSQL Global Development Group High
Vendor pom organization url https://jdbc.postgresql.org/ Medium
Vendor pom url https://jdbc.postgresql.org Highest
Product file name postgresql High
Product hint analyzer product pgjdbc Highest
Product hint analyzer product postgresql_jdbc_driver Highest
Product jar package name driver Highest
Product jar package name jdbc Highest
Product jar package name org Highest
Product jar package name osgi Highest
Product jar package name postgresql Highest
Product Manifest automatic-module-name org.postgresql.jdbc Medium
Product Manifest bundle-copyright Copyright (c) 2003-2024, PostgreSQL Global Development Group Low
Product Manifest bundle-docurl https://jdbc.postgresql.org/ Low
Product Manifest Bundle-Name PostgreSQL JDBC Driver Medium
Product Manifest bundle-symbolicname org.postgresql.jdbc Medium
Product Manifest Implementation-Title PostgreSQL JDBC Driver High
Product Manifest multi-release true Low
Product Manifest provide-capability osgi.service;objectClass="org.osgi.service.jdbc.DataSourceFactory";osgi.jdbc.driver.class="org.postgresql.Driver";osgi.jdbc.driver.name="PostgreSQL JDBC Driver";effective:=active Low
Product Manifest specification-title JDBC Medium
Product pom artifactid postgresql Highest
Product pom developer id bokken Low
Product pom developer id davecramer Low
Product pom developer id jurka Low
Product pom developer id oliver Low
Product pom developer id ringerc Low
Product pom developer id sehrope Low
Product pom developer id vlsi Low
Product pom developer name Brett Okken Low
Product pom developer name Craig Ringer Low
Product pom developer name Dave Cramer Low
Product pom developer name Kris Jurka Low
Product pom developer name Oliver Jowett Low
Product pom developer name Sehrope Sarkuni Low
Product pom developer name Vladimir Sitnikov Low
Product pom groupid org.postgresql Highest
Product pom name PostgreSQL JDBC Driver High
Product pom organization name PostgreSQL Global Development Group Low
Product pom organization url https://jdbc.postgresql.org/ Low
Product pom url https://jdbc.postgresql.org Medium
Version file version 42.7.11 High
Version Manifest Bundle-Version 42.7.11 High
Version Manifest Implementation-Version 42.7.11 High
Version pom version 42.7.11 Highest
proxy-vole-2.0.1.jar
Description:
Proxy Vole is a Java library to auto detect the platform network proxy settings.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/bidib/com/github/markusbernhardt/proxy-vole/2.0.1/proxy-vole-2.0.1.jar
MD5: 058385066add6deab831683f0ca2c506
SHA1: ce2deccf2be77ea487c0ac4691bb68771989c42c
SHA256: dfc501adee86338a3b5d9933d3d9a9c4a4c67b6906c3fdfe55cf8dd452b7b2da
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
proxy-vole-2.0.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name proxy-vole High
Vendor jar package name github Highest
Vendor jar package name markusbernhardt Highest
Vendor jar package name proxy Highest
Vendor Manifest build-jdk-spec 25 Low
Vendor Manifest bundle-symbolicname org.bidib.com.github.markusbernhardt.proxy-vole Medium
Vendor pom artifactid proxy-vole Highest
Vendor pom artifactid proxy-vole Low
Vendor pom developer email markus.bernhardt@me.com Low
Vendor pom developer name Markus Bernhardt Medium
Vendor pom groupid org.bidib.com.github.markusbernhardt Highest
Vendor pom name Proxy Vole High
Vendor pom url akuhtz/proxy-vole Highest
Product file name proxy-vole High
Product jar package name github Highest
Product jar package name markusbernhardt Highest
Product jar package name proxy Highest
Product Manifest build-jdk-spec 25 Low
Product Manifest Bundle-Name Proxy Vole Medium
Product Manifest bundle-symbolicname org.bidib.com.github.markusbernhardt.proxy-vole Medium
Product pom artifactid proxy-vole Highest
Product pom developer email markus.bernhardt@me.com Low
Product pom developer name Markus Bernhardt Low
Product pom groupid org.bidib.com.github.markusbernhardt Highest
Product pom name Proxy Vole High
Product pom url akuhtz/proxy-vole High
Version file version 2.0.1 High
Version Manifest Bundle-Version 2.0.1 High
Version pom version 2.0.1 Highest
reactive-streams-1.0.4.jar
Description:
A Protocol for Asynchronous Non-Blocking Data Sequence
License:
MIT-0: https://spdx.org/licenses/MIT-0.html
File Path: /home/cfolleau/.m2/repository/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
MD5: eda7978509c32d99166745cc144c99cd
SHA1: 3864a1320d97d7b045f729a326e1e077661f31b7
SHA256: f75ca597789b3dac58f61857b9ac2e1034a68fa672db35055a8fb4509e325f28
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
reactive-streams-1.0.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name reactive-streams High
Vendor jar package name reactivestreams Highest
Vendor Manifest automatic-module-name org.reactivestreams Medium
Vendor Manifest bundle-docurl http://reactive-streams.org Low
Vendor Manifest bundle-symbolicname reactive-streams Medium
Vendor pom artifactid reactive-streams Highest
Vendor pom artifactid reactive-streams Low
Vendor pom developer id reactive-streams-sig Medium
Vendor pom developer name Reactive Streams SIG Medium
Vendor pom groupid org.reactivestreams Highest
Vendor pom name reactive-streams High
Vendor pom url http://www.reactive-streams.org/ Highest
Product file name reactive-streams High
Product jar package name reactivestreams Highest
Product Manifest automatic-module-name org.reactivestreams Medium
Product Manifest bundle-docurl http://reactive-streams.org Low
Product Manifest Bundle-Name reactive-streams-jvm Medium
Product Manifest bundle-symbolicname reactive-streams Medium
Product pom artifactid reactive-streams Highest
Product pom developer id reactive-streams-sig Low
Product pom developer name Reactive Streams SIG Low
Product pom groupid org.reactivestreams Highest
Product pom name reactive-streams High
Product pom url http://www.reactive-streams.org/ Medium
Version file version 1.0.4 High
Version Manifest Bundle-Version 1.0.4 High
Version pom version 1.0.4 Highest
reactor-core-3.7.19.jar
Description:
Non-Blocking Reactive Foundation for the JVM
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/io/projectreactor/reactor-core/3.7.19/reactor-core-3.7.19.jar
MD5: 5072a66d02c9dd97abec44e7c60e3eed
SHA1: 4b4c09f49a6fa2fa122554453c2d71b5bf2077ef
SHA256: 50390c15320c578784f60ea9d4d3f7a3eff9ba90c6567f38c6cce5c9f1f69faa
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
reactor-core-3.7.19.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name reactor-core High
Vendor jar package name core Highest
Vendor jar package name reactor Highest
Vendor Manifest automatic-module-name reactor.core Medium
Vendor Manifest bundle-symbolicname io.projectreactor.reactor-core Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid reactor-core Highest
Vendor pom artifactid reactor-core Low
Vendor pom developer email odokuka@vmware.com Low
Vendor pom developer email sbasle@vmware.com Low
Vendor pom developer id odokuka Medium
Vendor pom developer id simonbasle Medium
Vendor pom developer name Oleh Dokuka Medium
Vendor pom developer name Simon Baslé Medium
Vendor pom groupid io.projectreactor Highest
Vendor pom name Non-Blocking Reactive Foundation for the JVM High
Vendor pom organization name reactor High
Vendor pom organization url reactor Medium
Vendor pom url reactor/reactor-core Highest
Product file name reactor-core High
Product jar package name core Highest
Product jar package name reactor Highest
Product Manifest automatic-module-name reactor.core Medium
Product Manifest Bundle-Name reactor-core Medium
Product Manifest bundle-symbolicname io.projectreactor.reactor-core Medium
Product Manifest Implementation-Title reactor-core High
Product Manifest multi-release true Low
Product pom artifactid reactor-core Highest
Product pom developer email odokuka@vmware.com Low
Product pom developer email sbasle@vmware.com Low
Product pom developer id odokuka Low
Product pom developer id simonbasle Low
Product pom developer name Oleh Dokuka Low
Product pom developer name Simon Baslé Low
Product pom groupid io.projectreactor Highest
Product pom name Non-Blocking Reactive Foundation for the JVM High
Product pom organization name reactor Low
Product pom url reactor High
Product pom url reactor/reactor-core High
Version file version 3.7.19 High
Version Manifest Implementation-Version 3.7.19 High
Version pom version 3.7.19 Highest
reactor-netty-core-1.2.18.jar
Description:
Core functionality for the Reactor Netty library
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/io/projectreactor/netty/reactor-netty-core/1.2.18/reactor-netty-core-1.2.18.jar
MD5: 246fefb7589387ccb2d1a45d4ec449a0
SHA1: a708b3f017a3a385a52f44b37500b520d8a19aa7
SHA256: 2d1ff55147102d4284c6f9c59c06d4288e3a59b1921da01647fef24869cfefc3
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
reactor-netty-core-1.2.18.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name reactor-netty-core High
Vendor hint analyzer vendor pivotal Highest
Vendor jar package name netty Highest
Vendor jar package name reactor Highest
Vendor Manifest automatic-module-name reactor.netty.core Medium
Vendor Manifest bundle-symbolicname io.projectreactor.netty.reactor-netty-core Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid reactor-netty-core Highest
Vendor pom artifactid reactor-netty-core Low
Vendor pom developer email sbasle@vmware.com Low
Vendor pom developer email violetag@vmware.com Low
Vendor pom developer id simonbasle Medium
Vendor pom developer id violetagg Medium
Vendor pom developer name Simon Baslé Medium
Vendor pom developer name Violeta Georgieva Medium
Vendor pom groupid io.projectreactor.netty Highest
Vendor pom name Core functionality for the Reactor Netty library High
Vendor pom organization name reactor High
Vendor pom organization url reactor Medium
Vendor pom url reactor/reactor-netty Highest
Product file name reactor-netty-core High
Product jar package name netty Highest
Product jar package name reactor Highest
Product Manifest automatic-module-name reactor.netty.core Medium
Product Manifest Bundle-Name reactor-netty-core Medium
Product Manifest bundle-symbolicname io.projectreactor.netty.reactor-netty-core Medium
Product Manifest Implementation-Title reactor-netty-core High
Product Manifest multi-release true Low
Product pom artifactid reactor-netty-core Highest
Product pom developer email sbasle@vmware.com Low
Product pom developer email violetag@vmware.com Low
Product pom developer id simonbasle Low
Product pom developer id violetagg Low
Product pom developer name Simon Baslé Low
Product pom developer name Violeta Georgieva Low
Product pom groupid io.projectreactor.netty Highest
Product pom name Core functionality for the Reactor Netty library High
Product pom organization name reactor Low
Product pom url reactor High
Product pom url reactor/reactor-netty High
Version file version 1.2.18 High
Version Manifest Implementation-Version 1.2.18 High
Version pom version 1.2.18 Highest
Related Dependencies
reactor-netty-http-1.2.18.jar
File Path: /home/cfolleau/.m2/repository/io/projectreactor/netty/reactor-netty-http/1.2.18/reactor-netty-http-1.2.18.jar
MD5: fb4dc254917610513285c39b827e5347
SHA1: 8a9cfe2e67ef65b9c94906421b4f4bc6b550cb44
SHA256: 5b8409741ebe7fd95ae44519a90115352fb4bf9d32f2af579c89da7003b0db10
pkg:maven/io.projectreactor.netty/reactor-netty-http@1.2.18
rhino-1.7.14.1.jar
Description:
Rhino is an open-source implementation of JavaScript written entirely in Java.
It is typically embedded into Java applications to provide scripting to end users.
Full jar including tools, excluding the JSR-223 Script Engine wrapper.
License:
Mozilla Public License, Version 2.0: http://www.mozilla.org/MPL/2.0/index.txt
File Path: /home/cfolleau/.m2/repository/org/mozilla/rhino/1.7.14.1/rhino-1.7.14.1.jar
MD5: 1eddfd7a900733a69fbbecca28b38007
SHA1: 268d02e6bd90066ab1b3baf3021d0ada60d99481
SHA256: 407d4af6521494061d86b208e99804e0bf5c2fa38449c48f24b2f5a7154b4d8d
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
rhino-1.7.14.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name rhino High
Vendor jar package name javascript Highest
Vendor jar package name mozilla Highest
Vendor jar package name tools Highest
Vendor jar package name wrapper Highest
Vendor Manifest automatic-module-name org.mozilla.rhino Medium
Vendor Manifest bundle-symbolicname org.mozilla.rhino Medium
Vendor Manifest implementation-url http://www.mozilla.org/rhino Low
Vendor Manifest Implementation-Vendor Mozilla Foundation High
Vendor pom artifactid rhino Highest
Vendor pom artifactid rhino Low
Vendor pom developer email gbrail@users.noreply.github.com Low
Vendor pom developer name Greg Brail Medium
Vendor pom groupid org.mozilla Highest
Vendor pom name rhino High
Vendor pom organization name The Mozilla Foundation High
Vendor pom organization url http://www.mozilla.org Medium
Vendor pom url https://mozilla.github.io/rhino/ Highest
Product file name rhino High
Product jar package name javascript Highest
Product jar package name mozilla Highest
Product jar package name tools Highest
Product jar package name wrapper Highest
Product Manifest automatic-module-name org.mozilla.rhino Medium
Product Manifest bundle-symbolicname org.mozilla.rhino Medium
Product Manifest Implementation-Title Mozilla Rhino High
Product Manifest implementation-url http://www.mozilla.org/rhino Low
Product pom artifactid rhino Highest
Product pom developer email gbrail@users.noreply.github.com Low
Product pom developer name Greg Brail Low
Product pom groupid org.mozilla Highest
Product pom name rhino High
Product pom organization name The Mozilla Foundation Low
Product pom organization url http://www.mozilla.org Low
Product pom url https://mozilla.github.io/rhino/ Medium
Version file version 1.7.14.1 High
Version Manifest Bundle-Version 1.7.14.1 High
Version Manifest Implementation-Version 1.7.14.1 High
Version pom version 1.7.14.1 Highest
rhino-1.7.14.1.jar: test.js
File Path: /home/cfolleau/.m2/repository/org/mozilla/rhino/1.7.14.1/rhino-1.7.14.1.jar/org/mozilla/javascript/tools/debugger/test.js
MD5: 3f4137118304ccd25816067cf8d1edd6
SHA1: d3c7ae4c10cb6c7ac191cb65a39e53ba6a4e6cfb
SHA256: 950d2db0a646488500b58ba76a02c33501a048708c083e3b743b73b16e105331
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
rhino-engine-1.9.1.jar
Description:
Rhino ScriptEngine implementation
License:
Mozilla Public License, Version 2.0: http://www.mozilla.org/MPL/2.0/index.txt
File Path: /home/cfolleau/.m2/repository/org/mozilla/rhino-engine/1.9.1/rhino-engine-1.9.1.jar
MD5: ddd32a8fba1fe032cf232a78e33861dc
SHA1: c576a4d3378fcbbe481bde7eb95feb6834154fb7
SHA256: 362d461cd689e73e99734f3915e5a2dc67dd50f60f10098b821d8376733d9305
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
rhino-engine-1.9.1.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name rhino-engine High
Vendor jar package name engine Highest
Vendor jar package name mozilla Highest
Vendor Manifest implementation-url http://github.com/mozilla/rhino Low
Vendor Manifest Implementation-Vendor Mozilla Foundation High
Vendor pom artifactid rhino-engine Highest
Vendor pom artifactid rhino-engine Low
Vendor pom developer email gbrail@users.noreply.github.com Low
Vendor pom developer name Greg Brail Medium
Vendor pom groupid org.mozilla Highest
Vendor pom name rhino-engine High
Vendor pom organization name The Mozilla Foundation High
Vendor pom organization url http://www.mozilla.org Medium
Vendor pom url https://mozilla.github.io/rhino/ Highest
Product file name rhino-engine High
Product jar package name engine Highest
Product jar package name mozilla Highest
Product Manifest Implementation-Title Mozilla Rhino High
Product Manifest implementation-url http://github.com/mozilla/rhino Low
Product pom artifactid rhino-engine Highest
Product pom developer email gbrail@users.noreply.github.com Low
Product pom developer name Greg Brail Low
Product pom groupid org.mozilla Highest
Product pom name rhino-engine High
Product pom organization name The Mozilla Foundation Low
Product pom organization url http://www.mozilla.org Low
Product pom url https://mozilla.github.io/rhino/ Medium
Version file version 1.9.1 High
Version Manifest Implementation-Version 1.9.1 High
Version pom version 1.9.1 Highest
rsyntaxtextarea-3.4.0.jar
Description:
RSyntaxTextArea is the syntax highlighting text editor for Swing applications. Features include syntax highlighting for 40+ languages, code folding, code completion, regex find and replace, macros, code templates, undo/redo, line numbering and bracket matching.
License:
BSD-3-Clause: https://github.com/bobbylight/RSyntaxTextArea/tree/master/RSyntaxTextArea/src/main/resources/META-INF/LICENSE
File Path: /home/cfolleau/.m2/repository/com/fifesoft/rsyntaxtextarea/3.4.0/rsyntaxtextarea-3.4.0.jar
MD5: 6de8bed59f7decd0fc674e70de52056b
SHA1: 53c18ed94af899997e469a859b89ba3bd4cf51c7
SHA256: e6783edef9312079764d30dca607489966818946109df323cdd07d7fafac584c
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
rsyntaxtextarea-3.4.0.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name rsyntaxtextarea High
Vendor jar package name fife Highest
Vendor jar package name folding Highest
Vendor jar package name rsyntaxtextarea Highest
Vendor jar package name templates Highest
Vendor Manifest automatic-module-name org.fife.RSyntaxTextArea Medium
Vendor Manifest bundle-symbolicname rsyntaxtextarea Medium
Vendor pom artifactid rsyntaxtextarea Highest
Vendor pom artifactid rsyntaxtextarea Low
Vendor pom developer name Robert Futrell Medium
Vendor pom groupid com.fifesoft Highest
Vendor pom name rsyntaxtextarea High
Vendor pom url bobbylight/rsyntaxtextarea Highest
Product file name rsyntaxtextarea High
Product jar package name fife Highest
Product jar package name folding Highest
Product jar package name rsyntaxtextarea Highest
Product jar package name templates Highest
Product jar package name ui Highest
Product Manifest automatic-module-name org.fife.RSyntaxTextArea Medium
Product Manifest Bundle-Name rsyntaxtextarea Medium
Product Manifest bundle-symbolicname rsyntaxtextarea Medium
Product Manifest Implementation-Title org.fife.ui High
Product Manifest specification-title RSyntaxTextArea Medium
Product pom artifactid rsyntaxtextarea Highest
Product pom developer name Robert Futrell Low
Product pom groupid com.fifesoft Highest
Product pom name rsyntaxtextarea High
Product pom url bobbylight/rsyntaxtextarea High
Version file version 3.4.0 High
Version Manifest Bundle-Version 3.4.0 High
Version Manifest Implementation-Version 3.4.0 High
Version pom version 3.4.0 Highest
slf4j-api-2.0.17.jar
Description:
The slf4j API
License:
https://opensource.org/license/mit
File Path: /home/cfolleau/.m2/repository/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
MD5: b6480d114a23683498ac3f746f959d2f
SHA1: d9e58ac9c7779ba3bf8142aff6c830617a7fe60f
SHA256: 7b751d952061954d5abfed7181c1f645d336091b679891591d63329c622eb832
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:runtime
grif-turbomeca:provided
grif:compile
slf4j-api-2.0.17.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.github.pjfanning/excel-streaming-reader@5.0.2
pkg:maven/com.total/grif-ext@18.0.0
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.bidib.com.github.markusbernhardt/proxy-vole@2.0.1
Evidence
Type Source Name Value Confidence
Vendor file name slf4j-api High
Vendor jar package name slf4j Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl http://www.slf4j.org Low
Vendor Manifest bundle-symbolicname slf4j.api Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid slf4j-api Highest
Vendor pom artifactid slf4j-api Low
Vendor pom groupid org.slf4j Highest
Vendor pom name SLF4J API Module High
Vendor pom parent-artifactid slf4j-parent Low
Vendor pom url http://www.slf4j.org Highest
Product file name slf4j-api High
Product jar package name slf4j Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl http://www.slf4j.org Low
Product Manifest Bundle-Name SLF4J API Module Medium
Product Manifest bundle-symbolicname slf4j.api Medium
Product Manifest Implementation-Title slf4j-api High
Product Manifest multi-release true Low
Product pom artifactid slf4j-api Highest
Product pom groupid org.slf4j Highest
Product pom name SLF4J API Module High
Product pom parent-artifactid slf4j-parent Medium
Product pom url http://www.slf4j.org Medium
Version file version 2.0.17 High
Version Manifest Bundle-Version 2.0.17 High
Version Manifest Implementation-Version 2.0.17 High
Version pom version 2.0.17 Highest
slf4j-api-2.0.18.jar
Description:
The slf4j API
License:
https://opensource.org/license/mit
File Path: /home/cfolleau/.m2/repository/org/slf4j/slf4j-api/2.0.18/slf4j-api-2.0.18.jar
MD5: fe2837bd49bfb76657419002fed20ca9
SHA1: 78a9e7a37cd6360e0b818e86341b24123d28d4df
SHA256: 44508fd1576500688c790b190acdd16fec4f8c79a3e0b900afd70503cf055f55
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
slf4j-api-2.0.18.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-test@3.5.16
pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name slf4j-api High
Vendor jar package name slf4j Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor Manifest bundle-docurl http://www.slf4j.org Low
Vendor Manifest bundle-symbolicname slf4j.api Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid slf4j-api Highest
Vendor pom artifactid slf4j-api Low
Vendor pom groupid org.slf4j Highest
Vendor pom name SLF4J API Module High
Vendor pom parent-artifactid slf4j-parent Low
Vendor pom url http://www.slf4j.org Highest
Product file name slf4j-api High
Product jar package name slf4j Highest
Product Manifest build-jdk-spec 21 Low
Product Manifest bundle-docurl http://www.slf4j.org Low
Product Manifest Bundle-Name SLF4J API Module Medium
Product Manifest bundle-symbolicname slf4j.api Medium
Product Manifest Implementation-Title slf4j-api High
Product Manifest multi-release true Low
Product pom artifactid slf4j-api Highest
Product pom groupid org.slf4j Highest
Product pom name SLF4J API Module High
Product pom parent-artifactid slf4j-parent Medium
Product pom url http://www.slf4j.org Medium
Version file version 2.0.18 High
Version Manifest Bundle-Version 2.0.18 High
Version Manifest Implementation-Version 2.0.18 High
Version pom version 2.0.18 Highest
snakeyaml-2.4.jar
Description:
YAML 1.1 parser and emitter for Java
License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar
MD5: 29410ee3a987e3bff7b847933c591972
SHA1: e0666b825b796f85521f02360e77f4c92c5a7a07
SHA256: ef779af5d29a9dde8cc70ce0341f5c6f7735e23edff9685ceaa9d35359b7bb7f
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
snakeyaml-2.4.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name snakeyaml High
Vendor jar package name emitter Highest
Vendor jar package name org Highest
Vendor jar package name parser Highest
Vendor jar package name snakeyaml Highest
Vendor jar package name yaml Highest
Vendor Manifest build-jdk-spec 11 Low
Vendor Manifest bundle-symbolicname org.yaml.snakeyaml Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid snakeyaml Highest
Vendor pom artifactid snakeyaml Low
Vendor pom developer email alexander.maslov@gmail.com Low
Vendor pom developer email public.somov@gmail.com Low
Vendor pom developer id asomov Medium
Vendor pom developer id maslovalex Medium
Vendor pom developer name Alexander Maslov Medium
Vendor pom developer name Andrey Somov Medium
Vendor pom groupid org.yaml Highest
Vendor pom name SnakeYAML High
Vendor pom url https://bitbucket.org/snakeyaml/snakeyaml Highest
Product file name snakeyaml High
Product jar package name emitter Highest
Product jar package name org Highest
Product jar package name parser Highest
Product jar package name snakeyaml Highest
Product jar package name yaml Highest
Product Manifest build-jdk-spec 11 Low
Product Manifest Bundle-Name SnakeYAML Medium
Product Manifest bundle-symbolicname org.yaml.snakeyaml Medium
Product Manifest multi-release true Low
Product pom artifactid snakeyaml Highest
Product pom developer email alexander.maslov@gmail.com Low
Product pom developer email public.somov@gmail.com Low
Product pom developer id asomov Low
Product pom developer id maslovalex Low
Product pom developer name Alexander Maslov Low
Product pom developer name Andrey Somov Low
Product pom groupid org.yaml Highest
Product pom name SnakeYAML High
Product pom url https://bitbucket.org/snakeyaml/snakeyaml Medium
Version file version 2.4 High
Version pom version 2.4 Highest
spring-boot-3.5.16.jar
Description:
Spring Boot
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot/3.5.16/spring-boot-3.5.16.jar
MD5: 7a7ad5afd579e7a5b871dd29bf3ff406
SHA1: 8e75e8d0d3cfbca088774df8d30b45bbd21e5d99
SHA256: 2d5b16632402b840b0425ed52610071890bf8cb24c6c49af343bbde574123265
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
spring-boot-3.5.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name spring-boot High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor jar package name boot Highest
Vendor jar package name springframework Highest
Vendor Manifest automatic-module-name spring.boot Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor pom artifactid spring-boot Highest
Vendor pom artifactid spring-boot Low
Vendor pom developer email ask@spring.io Low
Vendor pom developer name Spring Medium
Vendor pom developer org VMware, Inc. Medium
Vendor pom developer org URL https://www.spring.io Medium
Vendor pom groupid org.springframework.boot Highest
Vendor pom name spring-boot High
Vendor pom organization name VMware, Inc. High
Vendor pom organization url https://spring.io Medium
Vendor pom url https://spring.io/projects/spring-boot Highest
Product file name spring-boot High
Product jar package name boot Highest
Product jar package name springframework Highest
Product Manifest automatic-module-name spring.boot Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Implementation-Title Spring Boot High
Product pom artifactid spring-boot Highest
Product pom developer email ask@spring.io Low
Product pom developer name Spring Low
Product pom developer org VMware, Inc. Low
Product pom developer org URL https://www.spring.io Low
Product pom groupid org.springframework.boot Highest
Product pom name spring-boot High
Product pom organization name VMware, Inc. Low
Product pom organization url https://spring.io Low
Product pom url https://spring.io/projects/spring-boot Medium
Version file version 3.5.16 High
Version Manifest Implementation-Version 3.5.16 High
Version pom version 3.5.16 Highest
Related Dependencies
spring-boot-autoconfigure-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/3.5.16/spring-boot-autoconfigure-3.5.16.jar
MD5: 456df6ce6ce9901dc7239a2ccd7b5eee
SHA1: 87db09240595b49b530b230252311836abd21df1
SHA256: 0198331231e9bf872a135741d59c6d1f9e9007ff207a1ca910179c550bb12bfc
pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.5.16
spring-boot-starter-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter/3.5.16/spring-boot-starter-3.5.16.jar
MD5: a9bedef81badcc7696680d69aadef61e
SHA1: d38b3f624f867a7d1e7f72a7adb193f6d4111114
SHA256: 649da4576c83a4f814222dcff067cd774eeeb1119e790390eaeab8e9955d0d44
pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
spring-boot-starter-data-jpa-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-data-jpa/3.5.16/spring-boot-starter-data-jpa-3.5.16.jar
MD5: 59494f3d4bd5d35b2df550e9192fef26
SHA1: 2d8535f9db4932c091ada7ff970c5af048d1f960
SHA256: ebeed5db053f8e1591cfca52d99ae32a3b09b4bf398c444bde0bc60150fae4f8
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
spring-boot-starter-jdbc-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/3.5.16/spring-boot-starter-jdbc-3.5.16.jar
MD5: 1cd3a4a1f8c9524b87e1596cae1ec0e2
SHA1: ceb21619aa86e5b6ec2d8b8f0a18d9267aef8752
SHA256: 04bd742f970fb6048a1c33a859e19f468fb7fa00787d6ddcf820f9ee1fbee41d
pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.5.16
spring-boot-starter-json-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-json/3.5.16/spring-boot-starter-json-3.5.16.jar
MD5: 1335561c4d84c3c854d234a0dc772763
SHA1: 5840614f0a4371809023d7409b5ee132f686e55a
SHA256: be8340bdd87d5e76bfec5b3b256bb923c841464793e5a8e2f7e8ced37e6eb434
pkg:maven/org.springframework.boot/spring-boot-starter-json@3.5.16
spring-boot-starter-logging-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-logging/3.5.16/spring-boot-starter-logging-3.5.16.jar
MD5: f7403bc79d5914196bfd62efd4a4115e
SHA1: 18df7a243be45f11ee346cdd4d7b84d377917a2e
SHA256: f761d56f6693a47e6cccca8e9202c716ab954ccdf7440e1fccc0cb50c661eeb8
pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.5.16
spring-boot-starter-security-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-security/3.5.16/spring-boot-starter-security-3.5.16.jar
MD5: 50481913461e9fdb61cd0f73283cba9a
SHA1: b32c27a95316b69df761455c6f29d30ecaba07f2
SHA256: 826a677535c3a3a37c242c2de8061f2ecafb34d449ba1c5988079733dcb6d65d
pkg:maven/org.springframework.boot/spring-boot-starter-security@3.5.16
spring-boot-starter-tomcat-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/3.5.16/spring-boot-starter-tomcat-3.5.16.jar
MD5: a387774e6aaf92adc4bb90aa48b62085
SHA1: e76d97eb7710f95feaa82c9cf2fa74cc78acc64d
SHA256: c3bc33205b0a46faab33dcdf743958e845ee94e1f7961bbe0e0f8ce881db747b
pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.5.16
spring-boot-starter-validation-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-validation/3.5.16/spring-boot-starter-validation-3.5.16.jar
MD5: 570a3e9a9987625ab0e49183c6f02e8b
SHA1: 2c13f87aa38891b53730de7d5dc0993c812707e0
SHA256: 62e810a8fd4d540daed0217a653cac97f52c876f3ee82fd947a9ad7fdd811661
pkg:maven/org.springframework.boot/spring-boot-starter-validation@3.5.16
spring-boot-starter-web-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-web/3.5.16/spring-boot-starter-web-3.5.16.jar
MD5: 64ed509c59fb81442d28a42381f6b7b1
SHA1: 5c30cb2a0a69e25a8fc402d22e171dbca7b49278
SHA256: 3272f145a6edd94896c60fba7d2a05b525c78f8efd0172e7bffb6c3b9857762e
pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
spring-boot-starter-webflux-3.5.16.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-webflux/3.5.16/spring-boot-starter-webflux-3.5.16.jar
MD5: ad93ec0e6a9f5507a82a78a92b600f62
SHA1: db0df680551f0d4aaf7c422eb0a468709073f560
SHA256: ea90040e7e9fd2dd9c994e06a996dd92f12da854c927b8f77b951150bec52ea6
pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
spring-boot-starter-reactor-netty-3.5.16.jar
Description:
Starter for using Reactor Netty as the embedded reactive HTTP server.
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-reactor-netty/3.5.16/spring-boot-starter-reactor-netty-3.5.16.jar
MD5: 722b79051c747a96f3360bc7544ac156
SHA1: c514ffe0a9e22c816d147645cf065f36d43753fa
SHA256: 1f255d59474ec47c043b29e974349eb07f8f2f0d0b582c1f4479d080e6236da1
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
spring-boot-starter-reactor-netty-3.5.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-webflux@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name spring-boot-starter-reactor-netty High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor Manifest automatic-module-name spring.boot.starter.reactor.netty Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest spring-boot-jar-type dependencies-starter Low
Vendor pom artifactid spring-boot-starter-reactor-netty Highest
Vendor pom artifactid spring-boot-starter-reactor-netty Low
Vendor pom developer email ask@spring.io Low
Vendor pom developer name Spring Medium
Vendor pom developer org VMware, Inc. Medium
Vendor pom developer org URL https://www.spring.io Medium
Vendor pom groupid org.springframework.boot Highest
Vendor pom name spring-boot-starter-reactor-netty High
Vendor pom organization name VMware, Inc. High
Vendor pom organization url https://spring.io Medium
Vendor pom url https://spring.io/projects/spring-boot Highest
Product file name spring-boot-starter-reactor-netty High
Product Manifest automatic-module-name spring.boot.starter.reactor.netty Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Implementation-Title Starter for using Reactor Netty as the embedded reactive HTTP server. High
Product Manifest spring-boot-jar-type dependencies-starter Low
Product pom artifactid spring-boot-starter-reactor-netty Highest
Product pom developer email ask@spring.io Low
Product pom developer name Spring Low
Product pom developer org VMware, Inc. Low
Product pom developer org URL https://www.spring.io Low
Product pom groupid org.springframework.boot Highest
Product pom name spring-boot-starter-reactor-netty High
Product pom organization name VMware, Inc. Low
Product pom organization url https://spring.io Low
Product pom url https://spring.io/projects/spring-boot Medium
Version file version 3.5.16 High
Version Manifest Implementation-Version 3.5.16 High
Version pom version 3.5.16 Highest
spring-boot-starter-thymeleaf-3.5.16.jar
Description:
Starter for building MVC web applications using Thymeleaf views
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/org/springframework/boot/spring-boot-starter-thymeleaf/3.5.16/spring-boot-starter-thymeleaf-3.5.16.jar
MD5: 711b75881afdefe82e831b661bb81a2c
SHA1: bc26c133b47761a1f4b3abd4cd3439a2de646fdb
SHA256: c40a91720d5b21ca1f0495c5b13fadc74e6f9d53bd55d89b1b87ec306175dbe6
Referenced In Project/Scope: grif-monitoring-webapp:compile
spring-boot-starter-thymeleaf-3.5.16.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif-monitoring-webapp@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name spring-boot-starter-thymeleaf High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor Manifest automatic-module-name spring.boot.starter.thymeleaf Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest spring-boot-jar-type dependencies-starter Low
Vendor pom artifactid spring-boot-starter-thymeleaf Highest
Vendor pom artifactid spring-boot-starter-thymeleaf Low
Vendor pom developer email ask@spring.io Low
Vendor pom developer name Spring Medium
Vendor pom developer org VMware, Inc. Medium
Vendor pom developer org URL https://www.spring.io Medium
Vendor pom groupid org.springframework.boot Highest
Vendor pom name spring-boot-starter-thymeleaf High
Vendor pom organization name VMware, Inc. High
Vendor pom organization url https://spring.io Medium
Vendor pom url https://spring.io/projects/spring-boot Highest
Product file name spring-boot-starter-thymeleaf High
Product Manifest automatic-module-name spring.boot.starter.thymeleaf Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Implementation-Title Starter for building MVC web applications using Thymeleaf views High
Product Manifest spring-boot-jar-type dependencies-starter Low
Product pom artifactid spring-boot-starter-thymeleaf Highest
Product pom developer email ask@spring.io Low
Product pom developer name Spring Low
Product pom developer org VMware, Inc. Low
Product pom developer org URL https://www.spring.io Low
Product pom groupid org.springframework.boot Highest
Product pom name spring-boot-starter-thymeleaf High
Product pom organization name VMware, Inc. Low
Product pom organization url https://spring.io Low
Product pom url https://spring.io/projects/spring-boot Medium
Version file version 3.5.16 High
Version Manifest Implementation-Version 3.5.16 High
Version pom version 3.5.16 Highest
spring-core-6.2.19.jar
Description:
Spring Core
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-core/6.2.19/spring-core-6.2.19.jar
MD5: 4afe3968028c2b743dbff2d79013e144
SHA1: 691459d4644894dae8e5c2d9550a4cfb8302f62f
SHA256: 52146689e71a911c92bac26677d73c692512a739893a57710cc233591756bff6
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
spring-core-6.2.19.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name spring-core High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor jar package name core Highest
Vendor jar package name io Highest
Vendor jar package name org Highest
Vendor jar package name springframework Highest
Vendor Manifest automatic-module-name spring.core Medium
Vendor Manifest multi-release true Low
Vendor pom artifactid spring-core Highest
Vendor pom artifactid spring-core Low
Vendor pom developer email juergen.hoeller@broadcom.com Low
Vendor pom developer id jhoeller Medium
Vendor pom developer name Juergen Hoeller Medium
Vendor pom groupid org.springframework Highest
Vendor pom name Spring Core High
Vendor pom organization name Spring IO High
Vendor pom organization url https://spring.io/projects/spring-framework Medium
Vendor pom url spring-projects/spring-framework Highest
Product file name spring-core High
Product hint analyzer product springsource_spring_framework Highest
Product jar package name core Highest
Product jar package name io Highest
Product jar package name org Highest
Product jar package name springframework Highest
Product Manifest automatic-module-name spring.core Medium
Product Manifest Implementation-Title spring-core High
Product Manifest multi-release true Low
Product pom artifactid spring-core Highest
Product pom developer email juergen.hoeller@broadcom.com Low
Product pom developer id jhoeller Low
Product pom developer name Juergen Hoeller Low
Product pom groupid org.springframework Highest
Product pom name Spring Core High
Product pom organization name Spring IO Low
Product pom organization url https://spring.io/projects/spring-framework Low
Product pom url spring-projects/spring-framework High
Version file version 6.2.19 High
Version Manifest Implementation-Version 6.2.19 High
Version pom version 6.2.19 Highest
Related Dependencies
spring-aop-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-aop/6.2.19/spring-aop-6.2.19.jar
MD5: 36ab0f0a76202a0f8cd077fd323372a5
SHA1: 86a538bb7b2be38a0afc4ef049784def10a86c62
SHA256: a11b93539d80b02caf76171db2da96df39abebbfef49a2fadd6dda0779f2e20b
pkg:maven/org.springframework/spring-aop@6.2.19
spring-aspects-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-aspects/6.2.19/spring-aspects-6.2.19.jar
MD5: e93331acb686f08f6ac92d8da3b5ab1d
SHA1: 46fd86518ca130f01ecdf68922eef4997ab3feb1
SHA256: 4b323ae36dd6d5a7c0ca2f134ac83fa2d16628ee8205e96ff6965ec0f35ea142
pkg:maven/org.springframework/spring-aspects@6.2.19
spring-beans-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-beans/6.2.19/spring-beans-6.2.19.jar
MD5: ae0cf6f1e373577d322e17c350d0fb15
SHA1: 6d6b4774db3b036df46be6332d93b09d70e5c147
SHA256: 846dc8f30a639a36eb551ee99a30469be4d11bd285ca9daf164d98321571b404
pkg:maven/org.springframework/spring-beans@6.2.19
spring-context-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-context/6.2.19/spring-context-6.2.19.jar
MD5: 77c848b32f387021e0b690be9cd24de8
SHA1: e218e4c4ecad1e821905628b2c4ce8561d937baa
SHA256: ead4b645f94a7f665f00093eaafde634e97b34524294de653b51e43e0b3fc4a4
pkg:maven/org.springframework/spring-context@6.2.19
spring-expression-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-expression/6.2.19/spring-expression-6.2.19.jar
MD5: 233e2f7ced4637cad68a9449844e9a6b
SHA1: c7202d23797fa778c5ed55e502ac1a9f0d34012a
SHA256: d710a44417d890353895b341a722d7d08199e2b7da52f0a11c0e92571e1d6e19
pkg:maven/org.springframework/spring-expression@6.2.19
spring-jcl-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-jcl/6.2.19/spring-jcl-6.2.19.jar
MD5: cd5278839172f3b30b1e90bc70d9b864
SHA1: 39b9c7d631961f3649511b08ef167420b086184b
SHA256: 9994478bcea1423b8892d4eb0db942c94da0090167c3c684050c1eaef04491d0
pkg:maven/org.springframework/spring-jcl@6.2.19
spring-jdbc-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-jdbc/6.2.19/spring-jdbc-6.2.19.jar
MD5: 05da1adb03141a0e3c93861f6ab10a98
SHA1: d7b6ea705a71dbbb4499437dd54b9217ce6c251a
SHA256: c81fd8aca952aac243d9327af12596c2058012c9d3784f1313477a6d2cc56306
pkg:maven/org.springframework/spring-jdbc@6.2.19
spring-orm-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-orm/6.2.19/spring-orm-6.2.19.jar
MD5: f635376689f3b3455f4436f08116c302
SHA1: 6030d84f0f99f95a852edee7b0e8612fdf2fa863
SHA256: 32c1221bfb2eac7a73beee46da4150a6d941aa90f00228d0a2c80a5772c5c03d
pkg:maven/org.springframework/spring-orm@6.2.19
spring-tx-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-tx/6.2.19/spring-tx-6.2.19.jar
MD5: 0a3ba16888dc23fdd52ba7b36bc01835
SHA1: 0aa1a170d935a3c39176d27a2353c34c2861b7dc
SHA256: 34a1b6f5d87ef4cca6849e1bc70a0f965eec6476737b3cae73ff2561a266ef73
pkg:maven/org.springframework/spring-tx@6.2.19
spring-web-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-web/6.2.19/spring-web-6.2.19.jar
MD5: 1d5ca2b445acea292d5787536c069a36
SHA1: f1dc7b238611aeaf9e256a230aa089057cf0e5b3
SHA256: ca88e364ecebee61163e2260e8a20584138eca74e28a050d6a2ef6302bad2f2d
pkg:maven/org.springframework/spring-web@6.2.19
spring-webflux-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-webflux/6.2.19/spring-webflux-6.2.19.jar
MD5: f7202cd3c8388fb494b4f17ba1a332f9
SHA1: 337387ed6212f72f2cc39fe8c606630cd23263f3
SHA256: 9d04cc10a6fda80eff1fa0b7aebdc47995dfea8968eb4be428fb03b03933a510
pkg:maven/org.springframework/spring-webflux@6.2.19
spring-webmvc-6.2.19.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/spring-webmvc/6.2.19/spring-webmvc-6.2.19.jar
MD5: df1758cf3891705ec3bb290bf75f740e
SHA1: 836c68c8797106000e44153686b1cfa1a806a998
SHA256: 134f42320cedd31f54f683d2ca9936a4e015c011fb1882a31fa7213e2d8c7e94
pkg:maven/org.springframework/spring-webmvc@6.2.19
spring-data-commons-3.5.13.jar
Description:
Core Spring concepts underpinning every Spring Data module.
File Path: /home/cfolleau/.m2/repository/org/springframework/data/spring-data-commons/3.5.13/spring-data-commons-3.5.13.jar
MD5: 1df2487440c9b706e6a34521c5dfff24
SHA1: ce25ffb4e756e74416050b193a3f466d03493285
SHA256: 0959c03a3c8777051afb8730ed82b1d0d116ecf52d78d71defda7a678c00dd75
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
spring-data-commons-3.5.13.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name spring-data-commons High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor jar package name core Highest
Vendor jar package name data Highest
Vendor jar package name springframework Highest
Vendor Manifest automatic-module-name spring.data.commons Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor pom artifactid spring-data-commons Highest
Vendor pom artifactid spring-data-commons Low
Vendor pom groupid org.springframework.data Highest
Vendor pom name Spring Data Core High
Vendor pom parent-artifactid spring-data-parent Low
Vendor pom parent-groupid org.springframework.data.build Medium
Vendor pom url https://spring.io/projects/spring-data Highest
Product file name spring-data-commons High
Product jar package name core Highest
Product jar package name data Highest
Product jar package name springframework Highest
Product Manifest automatic-module-name spring.data.commons Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Implementation-Title Spring Data Core High
Product pom artifactid spring-data-commons Highest
Product pom groupid org.springframework.data Highest
Product pom name Spring Data Core High
Product pom parent-artifactid spring-data-parent Medium
Product pom parent-groupid org.springframework.data.build Medium
Product pom url https://spring.io/projects/spring-data Medium
Version file version 3.5.13 High
Version Manifest Implementation-Version 3.5.13 High
Version pom version 3.5.13 Highest
spring-data-jpa-3.5.13.jar
Description:
Spring Data module for JPA repositories.
File Path: /home/cfolleau/.m2/repository/org/springframework/data/spring-data-jpa/3.5.13/spring-data-jpa-3.5.13.jar
MD5: 90c52ee19be2281c9941403693926167
SHA1: f736cdc4e21d3191c8a83bcb38c9669e911d98c3
SHA256: 28cb8754567abc5bef9aa18331e1bf72018bedeef7969a2af82a12eb170a35c7
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
spring-data-jpa-3.5.13.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name spring-data-jpa High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor jar package name data Highest
Vendor jar package name jpa Highest
Vendor jar package name springframework Highest
Vendor Manifest automatic-module-name spring.data.jpa Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor pom artifactid spring-data-jpa Highest
Vendor pom artifactid spring-data-jpa Low
Vendor pom groupid org.springframework.data Highest
Vendor pom name Spring Data JPA High
Vendor pom parent-artifactid spring-data-jpa-parent Low
Vendor pom url https://projects.spring.io/spring-data-jpa Highest
Product file name spring-data-jpa High
Product jar package name data Highest
Product jar package name jpa Highest
Product jar package name springframework Highest
Product Manifest automatic-module-name spring.data.jpa Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Implementation-Title Spring Data JPA High
Product pom artifactid spring-data-jpa Highest
Product pom groupid org.springframework.data Highest
Product pom name Spring Data JPA High
Product pom parent-artifactid spring-data-jpa-parent Medium
Product pom url https://projects.spring.io/spring-data-jpa Medium
Version file version 3.5.13 High
Version Manifest Implementation-Version 3.5.13 High
Version pom version 3.5.13 Highest
spring-security-core-6.5.11.jar
Description:
Spring Security
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/org/springframework/security/spring-security-core/6.5.11/spring-security-core-6.5.11.jar
MD5: 697081575fdb870e6c77e4f489acb192
SHA1: d57309ff65d122a2fa45a3a8f47b01e9183cb6e6
SHA256: 26ac26527cc015c5c71f3832add705a2410129a8f8de847054f2bc3b1d2e4465
Referenced In Project/Scope: grif-monitoring-webapp:compile
spring-security-core-6.5.11.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.security/spring-security-test@6.5.11
Evidence
Type Source Name Value Confidence
Vendor file name spring-security-core High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor jar package name core Highest
Vendor jar package name security Highest
Vendor jar package name springframework Highest
Vendor Manifest automatic-module-name spring.security.core Medium
Vendor pom artifactid spring-security-core Highest
Vendor pom artifactid spring-security-core Low
Vendor pom developer email info@pivotal.io Low
Vendor pom developer name Pivotal Medium
Vendor pom developer org Pivotal Software, Inc. Medium
Vendor pom developer org URL https://www.spring.io Medium
Vendor pom groupid org.springframework.security Highest
Vendor pom name spring-security-core High
Vendor pom organization name Pivotal Software, Inc. High
Vendor pom organization url https://spring.io Medium
Vendor pom url https://spring.io/projects/spring-security Highest
Product file name spring-security-core High
Product jar package name core Highest
Product jar package name security Highest
Product jar package name springframework Highest
Product Manifest automatic-module-name spring.security.core Medium
Product Manifest Implementation-Title spring-security-core High
Product pom artifactid spring-security-core Highest
Product pom developer email info@pivotal.io Low
Product pom developer name Pivotal Low
Product pom developer org Pivotal Software, Inc. Low
Product pom developer org URL https://www.spring.io Low
Product pom groupid org.springframework.security Highest
Product pom name spring-security-core High
Product pom organization name Pivotal Software, Inc. Low
Product pom organization url https://spring.io Low
Product pom url https://spring.io/projects/spring-security Medium
Version file version 6.5.11 High
Version Manifest Implementation-Version 6.5.11 High
Version pom version 6.5.11 Highest
Related Dependencies
spring-security-config-6.5.11.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/security/spring-security-config/6.5.11/spring-security-config-6.5.11.jar
MD5: 56a1f736ee4e6e8557ea360d0ae995c3
SHA1: c698bc32f1f10f85b3ade54575077eaebc9b86c3
SHA256: 218685930013a2d1c126a896490ac3c44cf6fe90cf3d0286f2266bb877f916f7
pkg:maven/org.springframework.security/spring-security-config@6.5.11
spring-security-crypto-6.5.11.jar
File Path: /home/cfolleau/.m2/repository/org/springframework/security/spring-security-crypto/6.5.11/spring-security-crypto-6.5.11.jar
MD5: d9fb7f74b14c2c049d46d0454f138247
SHA1: 2cbc07fa7650ef2f49bcc5ac35e7666c79614f55
SHA256: dcdd2f3b2d5d2bb1531986b5cc1737b464a76d8b5831f93fc8da9cdd67e6797f
pkg:maven/org.springframework.security/spring-security-crypto@6.5.11
spring-security-web-6.5.11.jar
Description:
Spring Security
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: /home/cfolleau/.m2/repository/org/springframework/security/spring-security-web/6.5.11/spring-security-web-6.5.11.jar
MD5: 9e6b94f61b08fe8d113a7835bb994576
SHA1: eeee13020ef81f290633e68fe062bccba062774e
SHA256: 50df9fc76162d33cf8b5410cf7a7a969abd42a5ecddb284aab4f453cb5512306
Referenced In Project/Scope: grif-monitoring-webapp:compile
spring-security-web-6.5.11.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-security@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name spring-security-web High
Vendor hint analyzer vendor pivotal software Highest
Vendor hint analyzer vendor SpringSource Highest
Vendor hint analyzer vendor vmware Highest
Vendor jar package name security Highest
Vendor jar package name springframework Highest
Vendor jar package name web Highest
Vendor Manifest automatic-module-name spring.security.web Medium
Vendor pom artifactid spring-security-web Highest
Vendor pom artifactid spring-security-web Low
Vendor pom developer email info@pivotal.io Low
Vendor pom developer name Pivotal Medium
Vendor pom developer org Pivotal Software, Inc. Medium
Vendor pom developer org URL https://www.spring.io Medium
Vendor pom groupid org.springframework.security Highest
Vendor pom name spring-security-web High
Vendor pom organization name Pivotal Software, Inc. High
Vendor pom organization url https://spring.io Medium
Vendor pom url https://spring.io/projects/spring-security Highest
Product file name spring-security-web High
Product jar package name security Highest
Product jar package name springframework Highest
Product jar package name web Highest
Product Manifest automatic-module-name spring.security.web Medium
Product Manifest Implementation-Title spring-security-web High
Product pom artifactid spring-security-web Highest
Product pom developer email info@pivotal.io Low
Product pom developer name Pivotal Low
Product pom developer org Pivotal Software, Inc. Low
Product pom developer org URL https://www.spring.io Low
Product pom groupid org.springframework.security Highest
Product pom name spring-security-web High
Product pom organization name Pivotal Software, Inc. Low
Product pom organization url https://spring.io Low
Product pom url https://spring.io/projects/spring-security Medium
Version file version 6.5.11 High
Version Manifest Implementation-Version 6.5.11 High
Version pom version 6.5.11 Highest
CVE-2026-47838 (OSSINDEX) suppress
SubjectDnX509PrincipalExtractor does not correctly handle certain malformed X.509 certificate CN values, which can lead to reading the wrong value for the username. In a carefully crafted certificate, this can lead to an attacker impersonating another user.
Affected versions:
Spring Security 5.7.0 through 5.7.24; 5.8.0 through 5.8.26; 6.3.0 through 6.3.17; 6.4.0 through 6.4.17; 6.5.0 through 6.5.10.
Sonatype's research suggests that this CVE's details differ from those defined at NVD. See https://guide.sonatype.com/vulnerability/CVE-2026-47838 for details
CWE-287 Improper Authentication
CVSSv3:
Base Score: HIGH (8.100000381469727)
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
References:
Vulnerable Software & Versions (OSSINDEX):
cpe:2.3:a:org.springframework.security:spring-security-web:6.5.11:*:*:*:*:*:*:*
spring-security-web-6.5.11.jar: spring-security-webauthn.js
File Path: /home/cfolleau/.m2/repository/org/springframework/security/spring-security-web/6.5.11/spring-security-web-6.5.11.jar/org/springframework/security/spring-security-webauthn.js
MD5: d8d90d854a23d021c2e758b3eebce213
SHA1: 7814ccd3adc2388f52b2658bf5fc30b457949ab6
SHA256: 044a2b8d7e995bff815565678631a2d3a5cc0aa96ef8ac35cfacb579307f77a9
Referenced In Project/Scope: grif-monitoring-webapp:compile
Evidence
Type Source Name Value Confidence
stax2-api-4.2.2.jar
Description:
Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
License:
The BSD 2-Clause License: http://www.opensource.org/licenses/bsd-license.php
File Path: /home/cfolleau/.m2/repository/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
MD5: 6949cace015c0f408f0b846e3735d301
SHA1: b0d746cadea928e5264f2ea294ea9a1bf815bbde
SHA256: a61c48d553efad78bc01fffc4ac528bebbae64cbaec170b2a5e39cf61eb51abe
Referenced In Project/Scope: grif-monitoring-client:provided
stax2-api-4.2.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name stax2-api High
Vendor jar package name codehaus Highest
Vendor jar package name stax2 Highest
Vendor jar package name typed Highest
Vendor jar package name validation Highest
Vendor Manifest automatic-module-name org.codehaus.stax2 Medium
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl http://github.com/FasterXML/stax2-api Low
Vendor Manifest bundle-symbolicname stax2-api Medium
Vendor Manifest Implementation-Vendor fasterxml.com High
Vendor Manifest Implementation-Vendor-Id org.codehaus.woodstox Medium
Vendor Manifest specification-vendor fasterxml.com Low
Vendor pom artifactid stax2-api Highest
Vendor pom artifactid stax2-api Low
Vendor pom developer email tatu@fasterxml.com Low
Vendor pom developer id tatu Medium
Vendor pom developer name Tatu Saloranta Medium
Vendor pom groupid org.codehaus.woodstox Highest
Vendor pom name Stax2 API High
Vendor pom organization name fasterxml.com High
Vendor pom organization url http://fasterxml.com Medium
Vendor pom parent-artifactid oss-parent Low
Vendor pom parent-groupid com.fasterxml Medium
Vendor pom url http://github.com/FasterXML/stax2-api Highest
Product file name stax2-api High
Product jar package name codehaus Highest
Product jar package name stax2 Highest
Product jar package name typed Highest
Product jar package name validation Highest
Product Manifest automatic-module-name org.codehaus.stax2 Medium
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl http://github.com/FasterXML/stax2-api Low
Product Manifest Bundle-Name Stax2 API Medium
Product Manifest bundle-symbolicname stax2-api Medium
Product Manifest Implementation-Title Stax2 API High
Product Manifest specification-title Stax2 API Medium
Product pom artifactid stax2-api Highest
Product pom developer email tatu@fasterxml.com Low
Product pom developer id tatu Low
Product pom developer name Tatu Saloranta Low
Product pom groupid org.codehaus.woodstox Highest
Product pom name Stax2 API High
Product pom organization name fasterxml.com Low
Product pom organization url http://fasterxml.com Low
Product pom parent-artifactid oss-parent Medium
Product pom parent-groupid com.fasterxml Medium
Product pom url http://github.com/FasterXML/stax2-api Medium
Version file version 4.2.2 High
Version Manifest Bundle-Version 4.2.2 High
Version Manifest Implementation-Version 4.2.2 High
Version pom parent-version 4.2.2 Low
Version pom version 4.2.2 Highest
stax2-api-4.3.0.jar
Description:
Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
License:
The BSD 2-Clause License: http://www.opensource.org/licenses/bsd-license.php
File Path: /home/cfolleau/.m2/repository/org/codehaus/woodstox/stax2-api/4.3.0/stax2-api-4.3.0.jar
MD5: 6eec6c1cb7f63d8a8098cc5569a47e99
SHA1: 59251773c44122e8d1366f68884e29dd784e141b
SHA256: 7c805f36129ea9fa42b696093b7ae1eb20bb6ccec65c8280d6f33db5609ca5e1
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-turbomeca:provided
grif:compile
stax2-api-4.3.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.22.0
pkg:maven/com.total/grif-checksums@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name stax2-api High
Vendor jar package name codehaus Highest
Vendor jar package name stax2 Highest
Vendor jar package name typed Highest
Vendor jar package name validation Highest
Vendor Manifest automatic-module-name org.codehaus.stax2 Medium
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl http://github.com/FasterXML/stax2-api Low
Vendor Manifest bundle-symbolicname stax2-api Medium
Vendor Manifest Implementation-Vendor fasterxml.com High
Vendor Manifest Implementation-Vendor-Id org.codehaus.woodstox Medium
Vendor Manifest specification-vendor fasterxml.com Low
Vendor pom artifactid stax2-api Highest
Vendor pom artifactid stax2-api Low
Vendor pom developer email tatu@fasterxml.com Low
Vendor pom developer id tatu Medium
Vendor pom developer name Tatu Saloranta Medium
Vendor pom groupid org.codehaus.woodstox Highest
Vendor pom name Stax2 API High
Vendor pom organization name fasterxml.com High
Vendor pom organization url http://fasterxml.com Medium
Vendor pom parent-artifactid oss-parent Low
Vendor pom parent-groupid com.fasterxml Medium
Vendor pom url http://github.com/FasterXML/stax2-api Highest
Product file name stax2-api High
Product jar package name codehaus Highest
Product jar package name stax2 Highest
Product jar package name typed Highest
Product jar package name validation Highest
Product Manifest automatic-module-name org.codehaus.stax2 Medium
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl http://github.com/FasterXML/stax2-api Low
Product Manifest Bundle-Name Stax2 API Medium
Product Manifest bundle-symbolicname stax2-api Medium
Product Manifest Implementation-Title Stax2 API High
Product Manifest specification-title Stax2 API Medium
Product pom artifactid stax2-api Highest
Product pom developer email tatu@fasterxml.com Low
Product pom developer id tatu Low
Product pom developer name Tatu Saloranta Low
Product pom groupid org.codehaus.woodstox Highest
Product pom name Stax2 API High
Product pom organization name fasterxml.com Low
Product pom organization url http://fasterxml.com Low
Product pom parent-artifactid oss-parent Medium
Product pom parent-groupid com.fasterxml Medium
Product pom url http://github.com/FasterXML/stax2-api Medium
Version file version 4.3.0 High
Version Manifest Bundle-Version 4.3.0 High
Version Manifest Implementation-Version 4.3.0 High
Version pom parent-version 4.3.0 Low
Version pom version 4.3.0 Highest
swing-datetime-picker-2.1.2.jar
Description:
Swing library build with flatlaf
License:
MIT License: http://www.opensource.org/licenses/mit-license.php
File Path: /home/cfolleau/.m2/repository/io/github/dj-raven/swing-datetime-picker/2.1.2/swing-datetime-picker-2.1.2.jar
MD5: 50ecea229c0d38877fbaba4a5ca2f855
SHA1: 045d12035be36ea52d2d15af5c8215d6020603a0
SHA256: f699322de1d4e65201ebc4fc23b8f4456fc2253f7bc5a5dd6a65b72c4bfdeea1
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
swing-datetime-picker-2.1.2.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name swing-datetime-picker High
Vendor jar package name datetime Highest
Vendor jar package name raven Highest
Vendor jar package name swing Highest
Vendor Manifest build-jdk-spec 21 Low
Vendor pom artifactid swing-datetime-picker Highest
Vendor pom artifactid swing-datetime-picker Low
Vendor pom developer name Raven Laing Medium
Vendor pom developer org com.github.dj-raven Medium
Vendor pom developer org URL https://github.com/dj-raven Medium
Vendor pom groupid io.github.dj-raven Highest
Vendor pom name Java Swing Datetime Picker High
Vendor pom url DJ-Raven/swing-datetime-picker Highest
Product file name swing-datetime-picker High
Product jar package name datetime Highest
Product jar package name raven Highest
Product jar package name swing Highest
Product Manifest build-jdk-spec 21 Low
Product pom artifactid swing-datetime-picker Highest
Product pom developer name Raven Laing Low
Product pom developer org com.github.dj-raven Low
Product pom developer org URL https://github.com/dj-raven Low
Product pom groupid io.github.dj-raven Highest
Product pom name Java Swing Datetime Picker High
Product pom url DJ-Raven/swing-datetime-picker High
Version file version 2.1.2 High
Version pom version 2.1.2 Highest
thymeleaf-3.1.5.RELEASE.jar
File Path: /home/cfolleau/.m2/repository/org/thymeleaf/thymeleaf/3.1.5.RELEASE/thymeleaf-3.1.5.RELEASE.jar
MD5: a98ce31b33c80805b77e26f24e531aad
SHA1: 8986b45086f74f7773c440055a2f473817dd3fa8
SHA256: 4011795f8494dd69e764b7709443dd13d3068ba8ac37624f61d7084f4429cbe2
Referenced In Project/Scope: grif-monitoring-webapp:compile
thymeleaf-3.1.5.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name thymeleaf High
Vendor jar package name thymeleaf Highest
Vendor Manifest automatic-module-name thymeleaf Medium
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest Implementation-Vendor Thymeleaf High
Vendor Manifest specification-vendor Thymeleaf Low
Vendor pom artifactid thymeleaf Highest
Vendor pom artifactid thymeleaf Low
Vendor pom groupid org.thymeleaf Highest
Vendor pom name thymeleaf High
Vendor pom parent-artifactid thymeleaf-lib Low
Product file name thymeleaf High
Product jar package name thymeleaf Highest
Product Manifest automatic-module-name thymeleaf Medium
Product Manifest build-jdk-spec 17 Low
Product Manifest Implementation-Title thymeleaf High
Product Manifest specification-title thymeleaf Medium
Product pom artifactid thymeleaf Highest
Product pom groupid org.thymeleaf Highest
Product pom name thymeleaf High
Product pom parent-artifactid thymeleaf-lib Medium
Version Manifest Implementation-Version 3.1.5.RELEASE High
Version pom version 3.1.5.RELEASE Highest
Related Dependencies
thymeleaf-spring6-3.1.5.RELEASE.jar
File Path: /home/cfolleau/.m2/repository/org/thymeleaf/thymeleaf-spring6/3.1.5.RELEASE/thymeleaf-spring6-3.1.5.RELEASE.jar
MD5: ba6d76a7c1c81ffbed318b165a72cc3a
SHA1: d9dcb89be976a321df29518cc634d89a83973800
SHA256: fd5d306052d7aa6769a8ec77778d328e6f7c83af5ac074df38035bbb1e9cd72b
pkg:maven/org.thymeleaf/thymeleaf-spring6@3.1.5.RELEASE
tomcat-embed-core-10.1.56.jar
Description:
Core Tomcat implementation
License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/10.1.56/tomcat-embed-core-10.1.56.jar
MD5: a8c4403f51c66f43ea5b5d5794d8745e
SHA1: bcd119b9b6402e25a96be5af1014d45776faed56
SHA256: db6e95e846192c2bf24ebc0e9ee140ba60462bebbf96d6a079896bea02182443
Referenced In Project/Scope: grif-monitoring-webapp:compile
tomcat-embed-core-10.1.56.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name tomcat-embed-core High
Vendor jar package name apache Highest
Vendor jar package name core Highest
Vendor jar package name tomcat Highest
Vendor Manifest bundle-symbolicname org.apache.tomcat-embed-core Medium
Vendor Manifest Implementation-Vendor Apache Software Foundation High
Vendor Manifest provide-capability osgi.contract;osgi.contract=JakartaAuthentication;version:Version="3.0";uses:="jakarta.security.auth.message,jakarta.security.auth.message.callback,jakarta.security.auth.message.config,jakarta.security.auth.message.module",osgi.contract;osgi.contract=JakartaServlet;version:Version="6.0";uses:="jakarta.servlet,jakarta.servlet.annotation,jakarta.servlet.descriptor,jakarta.servlet.http,jakarta.servlet.resources" Low
Vendor Manifest specification-vendor Apache Software Foundation Low
Vendor manifest: jakarta/security/auth/message/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/security/auth/message/callback/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/security/auth/message/config/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/security/auth/message/module/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/servlet/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/servlet/annotation/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/servlet/descriptor/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/servlet/http/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: jakarta/servlet/resources/ Implementation-Vendor Apache Software Foundation Medium
Vendor pom artifactid tomcat-embed-core Highest
Vendor pom artifactid tomcat-embed-core Low
Vendor pom groupid org.apache.tomcat.embed Highest
Vendor pom url https://tomcat.apache.org/ Highest
Product file name tomcat-embed-core High
Product jar package name annotation Highest
Product jar package name apache Highest
Product jar package name auth Highest
Product jar package name core Highest
Product jar package name descriptor Highest
Product jar package name http Highest
Product jar package name jakarta Highest
Product jar package name message Highest
Product jar package name security Highest
Product jar package name servlet Highest
Product jar package name tomcat Highest
Product Manifest Bundle-Name tomcat-embed-core Medium
Product Manifest bundle-symbolicname org.apache.tomcat-embed-core Medium
Product Manifest Implementation-Title Apache Tomcat High
Product Manifest provide-capability osgi.contract;osgi.contract=JakartaAuthentication;version:Version="3.0";uses:="jakarta.security.auth.message,jakarta.security.auth.message.callback,jakarta.security.auth.message.config,jakarta.security.auth.message.module",osgi.contract;osgi.contract=JakartaServlet;version:Version="6.0";uses:="jakarta.servlet,jakarta.servlet.annotation,jakarta.servlet.descriptor,jakarta.servlet.http,jakarta.servlet.resources" Low
Product Manifest specification-title Apache Tomcat Medium
Product manifest: jakarta/security/auth/message/ Implementation-Title jakarta.security.auth.message Medium
Product manifest: jakarta/security/auth/message/ Specification-Title Jakarta Authentication SPI for Containers Medium
Product manifest: jakarta/security/auth/message/callback/ Implementation-Title jakarta.security.auth.message Medium
Product manifest: jakarta/security/auth/message/callback/ Specification-Title Jakarta Authentication SPI for Containers Medium
Product manifest: jakarta/security/auth/message/config/ Implementation-Title jakarta.security.auth.message Medium
Product manifest: jakarta/security/auth/message/config/ Specification-Title Jakarta Authentication SPI for Containers Medium
Product manifest: jakarta/security/auth/message/module/ Implementation-Title jakarta.security.auth.message Medium
Product manifest: jakarta/security/auth/message/module/ Specification-Title Jakarta Authentication SPI for Containers Medium
Product manifest: jakarta/servlet/ Implementation-Title jakarta.servlet Medium
Product manifest: jakarta/servlet/ Specification-Title Jakarta Servlet Medium
Product manifest: jakarta/servlet/annotation/ Implementation-Title jakarta.servlet Medium
Product manifest: jakarta/servlet/annotation/ Specification-Title Jakarta Servlet Medium
Product manifest: jakarta/servlet/descriptor/ Implementation-Title jakarta.servlet Medium
Product manifest: jakarta/servlet/descriptor/ Specification-Title Jakarta Servlet Medium
Product manifest: jakarta/servlet/http/ Implementation-Title jakarta.servlet Medium
Product manifest: jakarta/servlet/http/ Specification-Title Jakarta Servlet Medium
Product manifest: jakarta/servlet/resources/ Implementation-Title jakarta.servlet Medium
Product manifest: jakarta/servlet/resources/ Specification-Title Jakarta Servlet Medium
Product pom artifactid tomcat-embed-core Highest
Product pom groupid org.apache.tomcat.embed Highest
Product pom url https://tomcat.apache.org/ Medium
Version file version 10.1.56 High
Version Manifest Bundle-Version 10.1.56 High
Version Manifest Implementation-Version 10.1.56 High
Version pom version 10.1.56 Highest
Related Dependencies
tomcat-embed-websocket-10.1.56.jar
File Path: /home/cfolleau/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.56/tomcat-embed-websocket-10.1.56.jar
MD5: bbda961779642be22562ceb5e72851fe
SHA1: 68ca2e776035330c0c9a5a02853d56ebcf88322b
SHA256: ddec0460ef1cae013d3c1fe4c0e663bdc2d4410cc8bd42e08a754e8f04091994
pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.56
tomcat-embed-el-10.1.56.jar
Description:
Core Tomcat implementation
License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/10.1.56/tomcat-embed-el-10.1.56.jar
MD5: 720dc56c69e22ba5bd3b315224b2c21c
SHA1: d6b241f60510a23870130f645a6d6b7834065f57
SHA256: 164066134f1c21d4117218e5475d38869043ceb523afdac033fe6e539f750c70
Referenced In Projects/Scopes:
grif-monitoring-client:compile
grif-monitoring-core:compile
grif-monitoring-webapp:compile
tomcat-embed-el-10.1.56.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-validation@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name tomcat-embed-el High
Vendor jar package name apache Highest
Vendor jar package name el Highest
Vendor Manifest bundle-symbolicname org.apache.tomcat-embed-jasper-el Medium
Vendor Manifest Implementation-Vendor Apache Software Foundation High
Vendor Manifest provide-capability osgi.contract;osgi.contract=JakartaExpressionLanguage;version:Version="5.0";uses:="jakarta.el",osgi.service;objectClass:List="jakarta.el.ExpressionFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="jakarta.el.ExpressionFactory";register:="org.apache.el.ExpressionFactoryImpl" Low
Vendor Manifest specification-vendor Apache Software Foundation Low
Vendor manifest: jakarta/el/ Implementation-Vendor Apache Software Foundation Medium
Vendor pom artifactid tomcat-embed-el Highest
Vendor pom artifactid tomcat-embed-el Low
Vendor pom groupid org.apache.tomcat.embed Highest
Vendor pom url https://tomcat.apache.org/ Highest
Product file name tomcat-embed-el High
Product jar package name apache Highest
Product jar package name el Highest
Product jar package name expression Highest
Product jar package name expressionfactory Highest
Product jar package name expressionfactoryimpl Highest
Product jar package name jakarta Highest
Product Manifest Bundle-Name tomcat-embed-jasper-el Medium
Product Manifest bundle-symbolicname org.apache.tomcat-embed-jasper-el Medium
Product Manifest Implementation-Title Apache Tomcat High
Product Manifest provide-capability osgi.contract;osgi.contract=JakartaExpressionLanguage;version:Version="5.0";uses:="jakarta.el",osgi.service;objectClass:List="jakarta.el.ExpressionFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="jakarta.el.ExpressionFactory";register:="org.apache.el.ExpressionFactoryImpl" Low
Product Manifest specification-title Apache Tomcat Medium
Product manifest: jakarta/el/ Implementation-Title jakarta.annotation Medium
Product manifest: jakarta/el/ Specification-Title Jakarta Expression Language Medium
Product pom artifactid tomcat-embed-el Highest
Product pom groupid org.apache.tomcat.embed Highest
Product pom url https://tomcat.apache.org/ Medium
Version file version 10.1.56 High
Version Manifest Bundle-Version 10.1.56 High
Version Manifest Implementation-Version 10.1.56 High
Version pom version 10.1.56 Highest
txw2-4.0.9.jar
Description:
TXW is a library that allows you to write XML documents.
File Path: /home/cfolleau/.m2/repository/org/glassfish/jaxb/txw2/4.0.9/txw2-4.0.9.jar
MD5: 09ca7799e2d1a5b484e1290db7bb9344
SHA1: 70325ebdebca3e7aae1dfa395fd41fc25d8a6f4e
SHA256: d6343e5945d87266ca4e8974a0a2a876e1bd147a00fb65ed3f2e1a3a00f3a82a
Referenced In Projects/Scopes:
grif-monitoring-client:runtime
grif-monitoring-core:runtime
grif-monitoring-webapp:runtime
txw2-4.0.9.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif-monitoring-core@18.0.0
pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name txw2 High
Vendor jar package name txw Highest
Vendor jar package name txw2 Highest
Vendor jar package name xml Highest
Vendor Manifest git-revision e155f35 Low
Vendor Manifest Implementation-Vendor Eclipse Foundation High
Vendor Manifest Implementation-Vendor-Id org.eclipse Medium
Vendor Manifest specification-vendor Eclipse Foundation Low
Vendor pom artifactid txw2 Highest
Vendor pom artifactid txw2 Low
Vendor pom groupid org.glassfish.jaxb Highest
Vendor pom name TXW2 Runtime High
Vendor pom parent-artifactid jaxb-txw-parent Low
Vendor pom url https://eclipse-ee4j.github.io/jaxb-ri/ Highest
Product file name txw2 High
Product jar package name txw Highest
Product jar package name txw2 Highest
Product jar package name xml Highest
Product Manifest git-revision e155f35 Low
Product Manifest Implementation-Title Eclipse Implementation of JAXB High
Product Manifest specification-title Jakarta XML Binding Medium
Product pom artifactid txw2 Highest
Product pom groupid org.glassfish.jaxb Highest
Product pom name TXW2 Runtime High
Product pom parent-artifactid jaxb-txw-parent Medium
Product pom url https://eclipse-ee4j.github.io/jaxb-ri/ Medium
Version file version 4.0.9 High
Version Manifest build-version 4.0.9 Medium
Version pom version 4.0.9 Highest
unbescape-1.1.6.RELEASE.jar
Description:
Advanced yet easy-to-use escape/unescape library for Java
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/unbescape/unbescape/1.1.6.RELEASE/unbescape-1.1.6.RELEASE.jar
MD5: d95ed94e1624e307a1958ee105ccbf39
SHA1: 7b90360afb2b860e09e8347112800d12c12b2a13
SHA256: 597cf87d5b1a4f385b9d1cec974b7b483abb3ee85fc5b3f8b62af8e4bec95c2c
Referenced In Project/Scope: grif-monitoring-webapp:compile
unbescape-1.1.6.RELEASE.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/org.springframework.boot/spring-boot-starter-thymeleaf@3.5.16
Evidence
Type Source Name Value Confidence
Vendor file name unbescape High
Vendor jar package name java Highest
Vendor jar package name unbescape Highest
Vendor Manifest automatic-module-name unbescape Medium
Vendor Manifest bundle-docurl http://www.unbescape.org Low
Vendor Manifest bundle-symbolicname org.unbescape Medium
Vendor Manifest implementation-url http://www.unbescape.org Low
Vendor Manifest Implementation-Vendor The UNBESCAPE team High
Vendor Manifest Implementation-Vendor-Id org.unbescape Medium
Vendor Manifest specification-vendor The UNBESCAPE team Low
Vendor pom artifactid unbescape Highest
Vendor pom artifactid unbescape Low
Vendor pom developer email daniel.fernandez AT 11thlabs DOT org Low
Vendor pom developer id danielfernandez Medium
Vendor pom developer name Daniel Fernandez Medium
Vendor pom groupid org.unbescape Highest
Vendor pom name unbescape High
Vendor pom organization name The UNBESCAPE team High
Vendor pom organization url http://www.unbescape.org Medium
Vendor pom url http://www.unbescape.org Highest
Product file name unbescape High
Product jar package name java Highest
Product jar package name unbescape Highest
Product Manifest automatic-module-name unbescape Medium
Product Manifest bundle-docurl http://www.unbescape.org Low
Product Manifest Bundle-Name unbescape Medium
Product Manifest bundle-symbolicname org.unbescape Medium
Product Manifest Implementation-Title unbescape High
Product Manifest implementation-url http://www.unbescape.org Low
Product Manifest specification-title unbescape Medium
Product pom artifactid unbescape Highest
Product pom developer email daniel.fernandez AT 11thlabs DOT org Low
Product pom developer id danielfernandez Low
Product pom developer name Daniel Fernandez Low
Product pom groupid org.unbescape Highest
Product pom name unbescape High
Product pom organization name The UNBESCAPE team Low
Product pom organization url http://www.unbescape.org Low
Product pom url http://www.unbescape.org Medium
Version Manifest Bundle-Version 1.1.6.RELEASE High
Version Manifest Implementation-Version 1.1.6.RELEASE High
Version pom version 1.1.6.RELEASE Highest
woodstox-core-7.1.1.jar (shaded: com.sun.xml.bind.jaxb:isorelax:20090621)
Description:
Unknown version of isorelax library used in JAXB project
File Path: /home/cfolleau/.m2/repository/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar/META-INF/maven/com.sun.xml.bind.jaxb/isorelax/pom.xml
MD5: 6fbb4bc95fbf2072bc6e3b790553fe81
SHA1: 314ec72948d5c1fc71d553cbbd7a130caa6f9f13
SHA256: cda6451d0231a973352b592ff950e39224ba6ba1a2f35eeab66511b5c225dff1
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor pom artifactid isorelax Low
Vendor pom groupid com.sun.xml.bind.jaxb Highest
Vendor pom name JAXB isorelax library High
Vendor pom parent-artifactid jvnet-parent Low
Vendor pom parent-groupid net.java Medium
Product pom artifactid isorelax Highest
Product pom groupid com.sun.xml.bind.jaxb Highest
Product pom name JAXB isorelax library High
Product pom parent-artifactid jvnet-parent Medium
Product pom parent-groupid net.java Medium
Version pom parent-version 20090621 Low
Version pom version 20090621 Highest
Related Dependencies
woodstox-core-7.2.0.jar (shaded: com.sun.xml.bind.jaxb:isorelax:20090621)
File Path: /home/cfolleau/.m2/repository/com/fasterxml/woodstox/woodstox-core/7.2.0/woodstox-core-7.2.0.jar/META-INF/maven/com.sun.xml.bind.jaxb/isorelax/pom.xml
MD5: 6fbb4bc95fbf2072bc6e3b790553fe81
SHA1: 314ec72948d5c1fc71d553cbbd7a130caa6f9f13
SHA256: cda6451d0231a973352b592ff950e39224ba6ba1a2f35eeab66511b5c225dff1
pkg:maven/com.sun.xml.bind.jaxb/isorelax@20090621
woodstox-core-7.1.1.jar (shaded: net.java.dev.msv:xsdlib:2022.7)
Description:
XML Schema datatypes library
License:
BSD
File Path: /home/cfolleau/.m2/repository/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar/META-INF/maven/net.java.dev.msv/xsdlib/pom.xml
MD5: f82c4c4c46c8a27ee68f031373064bf9
SHA1: 1b9b8fe3901f3556ed99a477af66f0f645c16cf0
SHA256: 8649b880ac5dbb3549022c40eff4053930ea209c4aaf998925fb3d6dd75fb6c3
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
Evidence
Type Source Name Value Confidence
Vendor pom artifactid xsdlib Low
Vendor pom groupid net.java.dev.msv Highest
Vendor pom name MSV XML Schema Datatype Library High
Vendor pom parent-artifactid msv Low
Product pom artifactid xsdlib Highest
Product pom groupid net.java.dev.msv Highest
Product pom name MSV XML Schema Datatype Library High
Product pom parent-artifactid msv Medium
Version pom version 2022.7 Highest
Related Dependencies
woodstox-core-7.2.0.jar (shaded: net.java.dev.msv:xsdlib:2022.7)
File Path: /home/cfolleau/.m2/repository/com/fasterxml/woodstox/woodstox-core/7.2.0/woodstox-core-7.2.0.jar/META-INF/maven/net.java.dev.msv/xsdlib/pom.xml
MD5: f82c4c4c46c8a27ee68f031373064bf9
SHA1: 1b9b8fe3901f3556ed99a477af66f0f645c16cf0
SHA256: 8649b880ac5dbb3549022c40eff4053930ea209c4aaf998925fb3d6dd75fb6c3
pkg:maven/net.java.dev.msv/xsdlib@2022.7
woodstox-core-7.1.1.jar
Description:
Woodstox is a high-performance XML processor that implements Stax (JSR-173),
SAX2 and Stax2 APIs
License:
The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar
MD5: 971ff236679f7b35a7c13c0d02c0170e
SHA1: 76baad1b94513ea896e0a17388890a4c81edd0e0
SHA256: 02b9d022e9d47704ff8a7a859a0dbfd3b2882a8311eb7ff1e180f760ccda2712
Referenced In Project/Scope: grif-monitoring-client:provided
woodstox-core-7.1.1.jar is in the transitive dependency tree of the listed items. Included by: pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name woodstox-core High
Vendor jar package name stax Highest
Vendor Manifest build-jdk-spec 17 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/woodstox Low
Vendor Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.woodstox Medium
Vendor Manifest provide-capability osgi.service;objectClass:List="javax.xml.stream.XMLEventFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLInputFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLOutputFactory";effective:=active,osgi.service;objectClass:List="org.codehaus.stax2.validation.XMLValidationSchemaFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLEventFactory";register:="com.ctc.wstx.stax.WstxEventFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLInputFactory";register:="com.ctc.wstx.stax.WstxInputFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLOutputFactory";register:="com.ctc.wstx.stax.WstxOutputFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.dtd.DTDSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.RelaxNGSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.W3CSchemaFactory" Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid woodstox-core Highest
Vendor pom artifactid woodstox-core Low
Vendor pom developer email tatu@fasterxml.com Low
Vendor pom developer id cowtowncoder Medium
Vendor pom developer name Tatu Saloranta Medium
Vendor pom groupid com.fasterxml.woodstox Highest
Vendor pom name Woodstox High
Vendor pom organization name FasterXML High
Vendor pom organization url http://fasterxml.com Medium
Vendor pom parent-artifactid oss-parent Low
Vendor pom parent-groupid com.fasterxml Medium
Vendor pom url FasterXML/woodstox Highest
Product file name woodstox-core High
Product jar package name dtd Highest
Product jar package name dtdschemafactory Highest
Product jar package name msv Highest
Product jar package name osgi Highest
Product jar package name relaxngschemafactory Highest
Product jar package name stax Highest
Product jar package name w3cschemafactory Highest
Product jar package name wstx Highest
Product jar package name wstxeventfactory Highest
Product jar package name wstxinputfactory Highest
Product jar package name wstxoutputfactory Highest
Product Manifest build-jdk-spec 17 Low
Product Manifest bundle-docurl https://github.com/FasterXML/woodstox Low
Product Manifest Bundle-Name Woodstox Medium
Product Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium
Product Manifest Implementation-Title Woodstox High
Product Manifest provide-capability osgi.service;objectClass:List="javax.xml.stream.XMLEventFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLInputFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLOutputFactory";effective:=active,osgi.service;objectClass:List="org.codehaus.stax2.validation.XMLValidationSchemaFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLEventFactory";register:="com.ctc.wstx.stax.WstxEventFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLInputFactory";register:="com.ctc.wstx.stax.WstxInputFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLOutputFactory";register:="com.ctc.wstx.stax.WstxOutputFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.dtd.DTDSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.RelaxNGSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.W3CSchemaFactory" Low
Product Manifest specification-title Woodstox Medium
Product pom artifactid woodstox-core Highest
Product pom developer email tatu@fasterxml.com Low
Product pom developer id cowtowncoder Low
Product pom developer name Tatu Saloranta Low
Product pom groupid com.fasterxml.woodstox Highest
Product pom name Woodstox High
Product pom organization name FasterXML Low
Product pom organization url http://fasterxml.com Low
Product pom parent-artifactid oss-parent Medium
Product pom parent-groupid com.fasterxml Medium
Product pom url FasterXML/woodstox High
Version file version 7.1.1 High
Version Manifest Bundle-Version 7.1.1 High
Version Manifest Implementation-Version 7.1.1 High
Version pom parent-version 7.1.1 Low
Version pom version 7.1.1 Highest
woodstox-core-7.2.0.jar
Description:
Woodstox is a high-performance XML processor that implements Stax (JSR-173),
SAX2 and Stax2 APIs
License:
The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/com/fasterxml/woodstox/woodstox-core/7.2.0/woodstox-core-7.2.0.jar
MD5: d32a36b91bfa2ba1f69e9671ce2fba6a
SHA1: ec9c97f566f812e249a7aba6c76815369ac00864
SHA256: 689f5be95f9bb369d6c0e8db99a99f930b0c48d6a69b46151782b5816c7ea820
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-checksums:compile
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-turbomeca:provided
grif:compile
woodstox-core-7.2.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.22.0
pkg:maven/com.total/grif-checksums@18.0.0
pkg:maven/com.total/grif@18.0.0
Evidence
Type Source Name Value Confidence
Vendor file name woodstox-core High
Vendor jar package name stax Highest
Vendor Manifest build-jdk-spec 1.8 Low
Vendor Manifest bundle-docurl https://github.com/FasterXML/woodstox Low
Vendor Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium
Vendor Manifest Implementation-Vendor FasterXML High
Vendor Manifest Implementation-Vendor-Id com.fasterxml.woodstox Medium
Vendor Manifest provide-capability osgi.service;objectClass:List="javax.xml.stream.XMLEventFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLInputFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLOutputFactory";effective:=active,osgi.service;objectClass:List="org.codehaus.stax2.validation.XMLValidationSchemaFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLEventFactory";register:="com.ctc.wstx.stax.WstxEventFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLInputFactory";register:="com.ctc.wstx.stax.WstxInputFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLOutputFactory";register:="com.ctc.wstx.stax.WstxOutputFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.dtd.DTDSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.RelaxNGSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.W3CSchemaFactory" Low
Vendor Manifest specification-vendor FasterXML Low
Vendor pom artifactid woodstox-core Highest
Vendor pom artifactid woodstox-core Low
Vendor pom developer email tatu@fasterxml.com Low
Vendor pom developer id cowtowncoder Medium
Vendor pom developer name Tatu Saloranta Medium
Vendor pom groupid com.fasterxml.woodstox Highest
Vendor pom name Woodstox High
Vendor pom organization name FasterXML High
Vendor pom organization url http://fasterxml.com Medium
Vendor pom parent-artifactid oss-parent Low
Vendor pom parent-groupid com.fasterxml Medium
Vendor pom url FasterXML/woodstox Highest
Product file name woodstox-core High
Product jar package name dtd Highest
Product jar package name dtdschemafactory Highest
Product jar package name msv Highest
Product jar package name osgi Highest
Product jar package name relaxngschemafactory Highest
Product jar package name stax Highest
Product jar package name w3cschemafactory Highest
Product jar package name wstx Highest
Product jar package name wstxeventfactory Highest
Product jar package name wstxinputfactory Highest
Product jar package name wstxoutputfactory Highest
Product Manifest build-jdk-spec 1.8 Low
Product Manifest bundle-docurl https://github.com/FasterXML/woodstox Low
Product Manifest Bundle-Name Woodstox Medium
Product Manifest bundle-symbolicname com.fasterxml.woodstox.woodstox-core Medium
Product Manifest Implementation-Title Woodstox High
Product Manifest provide-capability osgi.service;objectClass:List="javax.xml.stream.XMLEventFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLInputFactory";effective:=active,osgi.service;objectClass:List="javax.xml.stream.XMLOutputFactory";effective:=active,osgi.service;objectClass:List="org.codehaus.stax2.validation.XMLValidationSchemaFactory";effective:=active,osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLEventFactory";register:="com.ctc.wstx.stax.WstxEventFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLInputFactory";register:="com.ctc.wstx.stax.WstxInputFactory",osgi.serviceloader;osgi.serviceloader="javax.xml.stream.XMLOutputFactory";register:="com.ctc.wstx.stax.WstxOutputFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.dtd.DTDSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.RelaxNGSchemaFactory",osgi.serviceloader;osgi.serviceloader="org.codehaus.stax2.validation.XMLValidationSchemaFactory";register:="com.ctc.wstx.msv.W3CSchemaFactory" Low
Product Manifest specification-title Woodstox Medium
Product pom artifactid woodstox-core Highest
Product pom developer email tatu@fasterxml.com Low
Product pom developer id cowtowncoder Low
Product pom developer name Tatu Saloranta Low
Product pom groupid com.fasterxml.woodstox Highest
Product pom name Woodstox High
Product pom organization name FasterXML Low
Product pom organization url http://fasterxml.com Low
Product pom parent-artifactid oss-parent Medium
Product pom parent-groupid com.fasterxml Medium
Product pom url FasterXML/woodstox High
Version file version 7.2.0 High
Version Manifest Bundle-Version 7.2.0 High
Version Manifest Implementation-Version 7.2.0 High
Version pom parent-version 7.2.0 Low
Version pom version 7.2.0 Highest
xml-apis-1.4.01.jar
Description:
xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
The SAX License: http://www.saxproject.org/copying.html
The W3C License: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.zip
File Path: /home/cfolleau/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
MD5: 7eaad6fea5925cca6c36ee8b3e02ac9d
SHA1: 3789d9fada2d3d458c4ba2de349d48780f381ee3
SHA256: a840968176645684bb01aed376e067ab39614885f9eee44abe35a5f20ebe7fad
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
xml-apis-1.4.01.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.xmlgraphics/batik-anim@1.18
pkg:maven/org.apache.xmlgraphics/batik-transcoder@1.18
Evidence
Type Source Name Value Confidence
Vendor file name xml-apis High
Vendor jar package name apache Highest
Vendor jar package name dom Highest
Vendor jar package name sax Highest
Vendor jar package name version Highest
Vendor jar package name w3c Highest
Vendor jar package name xml Highest
Vendor manifest: javax/xml/datatype/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: javax/xml/namespace/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: javax/xml/parsers/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: javax/xml/stream/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: javax/xml/transform/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: javax/xml/validation/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: javax/xml/xpath/ Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: org/apache/xmlcommons/Version Implementation-Vendor Apache Software Foundation Medium
Vendor manifest: org/w3c/dom/ Implementation-Vendor World Wide Web Consortium Medium
Vendor manifest: org/w3c/dom/ls/ Implementation-Vendor World Wide Web Consortium Medium
Vendor manifest: org/xml/sax/ Implementation-Vendor David Megginson Medium
Vendor pom artifactid xml-apis Highest
Vendor pom artifactid xml-apis Low
Vendor pom developer email commons-dev@xml.apache.org Low
Vendor pom developer id xml-apis Medium
Vendor pom developer name Apache Software Foundation Medium
Vendor pom developer org Apache Software Foundation Medium
Vendor pom developer org URL http://www.apache.org Medium
Vendor pom groupid xml-apis Highest
Vendor pom name XML Commons External Components XML APIs High
Vendor pom url http://xml.apache.org/commons/components/external/ Highest
Product file name xml-apis High
Product jar package name apache Highest
Product jar package name datatype Highest
Product jar package name document Highest
Product jar package name dom Highest
Product jar package name javax Highest
Product jar package name ls Highest
Product jar package name namespace Highest
Product jar package name parsers Highest
Product jar package name sax Highest
Product jar package name stax Highest
Product jar package name stream Highest
Product jar package name transform Highest
Product jar package name validation Highest
Product jar package name version Highest
Product jar package name w3c Highest
Product jar package name xml Highest
Product jar package name xmlcommons Highest
Product jar package name xpath Highest
Product manifest: javax/xml/datatype/ Implementation-Title javax.xml.datatype Medium
Product manifest: javax/xml/datatype/ Specification-Title Java API for XML Processing (JAXP) 1.4 Medium
Product manifest: javax/xml/namespace/ Implementation-Title javax.xml.namespace Medium
Product manifest: javax/xml/namespace/ Specification-Title Java API for XML Processing (JAXP) 1.4 Medium
Product manifest: javax/xml/parsers/ Implementation-Title javax.xml.parsers Medium
Product manifest: javax/xml/parsers/ Specification-Title Java API for XML Processing (JAXP) 1.4 Medium
Product manifest: javax/xml/stream/ Implementation-Title javax.xml.stream Medium
Product manifest: javax/xml/stream/ Specification-Title Streaming API for XML (StAX) 1.0 Medium
Product manifest: javax/xml/transform/ Implementation-Title javax.xml.transform Medium
Product manifest: javax/xml/transform/ Specification-Title Java API for XML Processing (JAXP) 1.4 Medium
Product manifest: javax/xml/validation/ Implementation-Title javax.xml.validation Medium
Product manifest: javax/xml/validation/ Specification-Title Java API for XML Processing (JAXP) 1.4 Medium
Product manifest: javax/xml/xpath/ Implementation-Title javax.xml.xpath Medium
Product manifest: javax/xml/xpath/ Specification-Title Java API for XML Processing (JAXP) 1.4 Medium
Product manifest: org/apache/xmlcommons/Version Implementation-Title org.apache.xmlcommons.Version Medium
Product manifest: org/w3c/dom/ Implementation-Title org.w3c.dom Medium
Product manifest: org/w3c/dom/ Specification-Title Document Object Model (DOM) Level 3 Core Medium
Product manifest: org/w3c/dom/ls/ Implementation-Title org.w3c.dom.ls Medium
Product manifest: org/w3c/dom/ls/ Specification-Title Document Object Model (DOM) Level 3 Load and Save Medium
Product manifest: org/xml/sax/ Implementation-Title org.xml.sax Medium
Product manifest: org/xml/sax/ Specification-Title Simple API for XML Medium
Product pom artifactid xml-apis Highest
Product pom developer email commons-dev@xml.apache.org Low
Product pom developer id xml-apis Low
Product pom developer name Apache Software Foundation Low
Product pom developer org Apache Software Foundation Low
Product pom developer org URL http://www.apache.org Low
Product pom groupid xml-apis Highest
Product pom name XML Commons External Components XML APIs High
Product pom url http://xml.apache.org/commons/components/external/ Medium
Version file version 1.4.01 High
Version manifest: javax/xml/datatype/ Implementation-Version 1.4.01 Medium
Version manifest: javax/xml/namespace/ Implementation-Version 1.4.01 Medium
Version manifest: javax/xml/parsers/ Implementation-Version 1.4.01 Medium
Version manifest: javax/xml/stream/ Implementation-Version 1.4.01 Medium
Version manifest: javax/xml/transform/ Implementation-Version 1.4.01 Medium
Version manifest: javax/xml/validation/ Implementation-Version 1.4.01 Medium
Version manifest: javax/xml/xpath/ Implementation-Version 1.4.01 Medium
Version manifest: org/apache/xmlcommons/Version Implementation-Version 1.4.01 Medium
Version pom version 1.4.01 Highest
xml-apis-ext-1.3.04.jar
Description:
xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun.
File Path: /home/cfolleau/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
MD5: bcb07d3b8d2397db7a3013b6465d347b
SHA1: 41a8b86b358e87f3f13cf46069721719105aff66
SHA256: d0b4887dc34d57de49074a58affad439a013d0baffa1a8034f8ef2a5ea191646
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
xml-apis-ext-1.3.04.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.xmlgraphics/batik-anim@1.18
pkg:maven/org.apache.xmlgraphics/batik-transcoder@1.18
Evidence
Type Source Name Value Confidence
Vendor file name xml-apis-ext High
Vendor jar package name dom Highest
Vendor jar package name w3c Highest
Vendor manifest: org/w3c/css/sac/ Implementation-Vendor World Wide Web Consortium Medium
Vendor manifest: org/w3c/dom/smil/ Implementation-Vendor World Wide Web Consortium Medium
Vendor manifest: org/w3c/dom/svg/ Implementation-Vendor World Wide Web Consortium Medium
Vendor pom artifactid xml-apis-ext Highest
Vendor pom artifactid xml-apis-ext Low
Vendor pom groupid xml-apis Highest
Vendor pom name XML Commons External Components XML APIs Extensions High
Vendor pom parent-artifactid apache Low
Vendor pom parent-groupid org.apache Medium
Vendor pom url http://xml.apache.org/commons/components/external/ Highest
Product file name xml-apis-ext High
Product jar package name css Highest
Product jar package name dom Highest
Product jar package name sac Highest
Product jar package name smil Highest
Product jar package name svg Highest
Product jar package name w3c Highest
Product manifest: org/w3c/css/sac/ Implementation-Title org.w3c.css.sac Medium
Product manifest: org/w3c/css/sac/ Specification-Title Simple API for CSS Medium
Product manifest: org/w3c/dom/smil/ Implementation-Title org.w3c.dom.smil Medium
Product manifest: org/w3c/dom/smil/ Specification-Title Document Object Model (DOM) for Synchronized Multimedia Integration Language (SMIL) Medium
Product manifest: org/w3c/dom/svg/ Implementation-Title org.w3c.dom.svg Medium
Product manifest: org/w3c/dom/svg/ Specification-Title Document Object Model (DOM) for Scalable Vector Graphics (SVG) Medium
Product pom artifactid xml-apis-ext Highest
Product pom groupid xml-apis Highest
Product pom name XML Commons External Components XML APIs Extensions High
Product pom parent-artifactid apache Medium
Product pom parent-groupid org.apache Medium
Product pom url http://xml.apache.org/commons/components/external/ Medium
Version file version 1.3.04 High
Version pom parent-version 1.3.04 Low
Version pom version 1.3.04 Highest
xmlbeans-5.3.0.jar
Description:
XmlBeans main jar
License:
The Apache Software License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/xmlbeans/xmlbeans/5.3.0/xmlbeans-5.3.0.jar
MD5: 8d5b1d80cafc2d3feae8526ce1f45cb0
SHA1: f93c3ba820d7240b7fec4ec5bc35e7223cc6fc1f
SHA256: 6cc69da3b4d35b83c5e477cd4daba204e44109833e34af2b9a8a2c8788289917
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:compile
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
xmlbeans-5.3.0.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.poi/poi-ooxml@5.5.1
Evidence
Type Source Name Value Confidence
Vendor file name xmlbeans High
Vendor jar package name apache Highest
Vendor jar package name org Highest
Vendor jar package name xmlbeans Highest
Vendor Manifest multi-release true Low
Vendor manifest: org/apache/xmlbeans/ Implementation-Vendor org.apache.xmlbeans Medium
Vendor pom artifactid xmlbeans Highest
Vendor pom artifactid xmlbeans Low
Vendor pom developer email user@poi.apache.org Low
Vendor pom developer id poi Medium
Vendor pom developer name POI Team Medium
Vendor pom developer org Apache POI Medium
Vendor pom groupid org.apache.xmlbeans Highest
Vendor pom name XmlBeans High
Vendor pom organization name XmlBeans High
Vendor pom organization url https://xmlbeans.apache.org/ Medium
Vendor pom url https://xmlbeans.apache.org/ Highest
Product file name xmlbeans High
Product jar package name apache Highest
Product jar package name org Highest
Product jar package name xmlbeans Highest
Product Manifest multi-release true Low
Product manifest: org/apache/xmlbeans/ Implementation-Title Apache XmlBeans Medium
Product manifest: org/apache/xmlbeans/ Specification-Title Apache XmlBeans Medium
Product pom artifactid xmlbeans Highest
Product pom developer email user@poi.apache.org Low
Product pom developer id poi Low
Product pom developer name POI Team Low
Product pom developer org Apache POI Low
Product pom groupid org.apache.xmlbeans Highest
Product pom name XmlBeans High
Product pom organization name XmlBeans Low
Product pom organization url https://xmlbeans.apache.org/ Low
Product pom url https://xmlbeans.apache.org/ Medium
Version file version 5.3.0 High
Version manifest: org/apache/xmlbeans/ Implementation-Version 5.3.0 Medium
Version pom version 5.3.0 Highest
xmlgraphics-commons-2.10.jar
Description:
Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components
can easily be used separately outside the domains of SVG and XSL-FO.
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: /home/cfolleau/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.10/xmlgraphics-commons-2.10.jar
MD5: 92c1ad0e6513acfe797a48baa108a8f3
SHA1: ee7fce93d437d489a323addd1f63f0587b5c4a97
SHA256: 857af2d06d002ce217532504244ea8ee831aeb094feb0a47b2697f19496711ea
Referenced In Projects/Scopes:
grif-ariane:provided
grif-butachimie:provided
grif-charad:provided
grif-dtdvalidator:provided
grif-ext:compile
grif-hpc-moca:provided
grif-importer-xls:provided
grif-monitoring-client:provided
grif-turbomeca:provided
grif:compile
xmlgraphics-commons-2.10.jar is in the transitive dependency tree of the listed items. Included by:
pkg:maven/com.total/grif@18.0.0
pkg:maven/org.apache.xmlgraphics/batik-codec@1.18
pkg:maven/org.apache.xmlgraphics/batik-transcoder@1.18
Evidence
Type Source Name Value Confidence
Vendor file name xmlgraphics-commons High
Vendor jar package name apache Highest
Vendor jar package name xmlgraphics Highest
Vendor Manifest Implementation-Vendor The Apache Software Foundation (http://xmlgraphics.apache.org/) High
Vendor pom artifactid xmlgraphics-commons Highest
Vendor pom artifactid xmlgraphics-commons Low
Vendor pom groupid org.apache.xmlgraphics Highest
Vendor pom name Apache XML Graphics Commons High
Vendor pom organization name Apache Software Foundation High
Vendor pom organization url http://www.apache.org/ Medium
Vendor pom parent-artifactid apache Low
Vendor pom parent-groupid org.apache Medium
Vendor pom url http://xmlgraphics.apache.org/commons/ Highest
Product file name xmlgraphics-commons High
Product jar package name apache Highest
Product jar package name xmlgraphics Highest
Product Manifest Implementation-Title Apache XML Graphics Commons High
Product pom artifactid xmlgraphics-commons Highest
Product pom groupid org.apache.xmlgraphics Highest
Product pom name Apache XML Graphics Commons High
Product pom organization name Apache Software Foundation Low
Product pom organization url http://www.apache.org/ Low
Product pom parent-artifactid apache Medium
Product pom parent-groupid org.apache Medium
Product pom url http://xmlgraphics.apache.org/commons/ Medium
Version file version 2.10 High
Version Manifest Implementation-Version 2.10 High
Version pom parent-version 2.10 Low
Version pom version 2.10 Highest