jar

io.github.chains-project : integrity-maven-plugin

Maven & Gradle

Mar 27, 2023
22 stars

integrity-maven-plugin · This plugin is a proof of concept for a maven plugin that can be used to validate the integrity of a maven repository. It does this by generating a lock file that contains the checksums of all the artifacts in the repository. The lock file can then be used to validate the integrity of the repository. This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.

Table Of Contents

Latest Version

Download io.github.chains-project : integrity-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.chains-project : integrity-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window integrity-maven-plugin-0.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.chains_project.maven_lockfile

├─ io.github.chains_project.maven_lockfile.GenerateLockFileMojo.class - [JAR]

├─ io.github.chains_project.maven_lockfile.JsonUtils.class - [JAR]

├─ io.github.chains_project.maven_lockfile.LockFileFacade.class - [JAR]

├─ io.github.chains_project.maven_lockfile.ValidateChecksumMojo.class - [JAR]

io.github.chains_project.maven_lockfile.graph

├─ io.github.chains_project.maven_lockfile.graph.DependencyGraph.class - [JAR]

├─ io.github.chains_project.maven_lockfile.graph.DependencyNode.class - [JAR]

├─ io.github.chains_project.maven_lockfile.graph.NodeId.class - [JAR]

io.github.chains_project.maven_lockfile.data

├─ io.github.chains_project.maven_lockfile.data.ArtifactId.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.GroupId.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.LockFile.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.LockFileDependency.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.PackagedDependency.class - [JAR]

├─ io.github.chains_project.maven_lockfile.data.VersionNumber.class - [JAR]

io.github.chains_project.maven_lockfile.typeadapters

├─ io.github.chains_project.maven_lockfile.typeadapters.EmptyListToNullFactory.class - [JAR]