sarif-java

Library provides POJO classes used to build SARIF model.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.codescan
ArtifactId

ArtifactId

sarif-java
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

sarif-java
Library provides POJO classes used to build SARIF model.
Project URL

Project URL

https://github.com/VillageChief/sarif-java
Source Code Management

Source Code Management

https://github.com/VillageChief/sarif-java/tree/master

Download sarif-java

How to add to project

<!-- https://jarcasting.com/artifacts/io.codescan/sarif-java/ -->
<dependency>
    <groupId>io.codescan</groupId>
    <artifactId>sarif-java</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.codescan/sarif-java/
implementation 'io.codescan:sarif-java:1.0'
// https://jarcasting.com/artifacts/io.codescan/sarif-java/
implementation ("io.codescan:sarif-java:1.0")
'io.codescan:sarif-java:jar:1.0'
<dependency org="io.codescan" name="sarif-java" rev="1.0">
  <artifact name="sarif-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codescan', module='sarif-java', version='1.0')
)
libraryDependencies += "io.codescan" % "sarif-java" % "1.0"
[io.codescan/sarif-java "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

Project Modules

There are no modules declared in this project.

sarif-java

The sarif-java library contains POJO classes used to build SARIF model.

SARIF (Static Analysis Results Interchange Format) is an OASIS Standard that defines an output file format. The SARIF standard is used to streamline how static analysis tools share their results. Code scanning supports a subset of the SARIF 2.1.0 JSON schema.

Link to SARIF json-schema file: sarif-schema-2.1.0.json.

License

The sarif-java library is MIT licensed.

io.codescan

CodeScan

Versions

Version
1.0