1.0.22 • Published 8 months ago

sarif-exporter v1.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

SARIF exporter

ci workflow codecov


This is a SARIF exporter for several audit reports (NPM, NUGET)

How to use

> sarif-exporter --help

Usage: index [options] <filename>

Arguments:
  filename                   Json source report path (Nuget/NPM/Composer(php))

Options:
  -f, --fileFormat <format>  Source file format (choices: "npm", "nuget", "composer", default: "npm")
  -o, --output <output>      SARIF Output filename path (default: "./sarif_output.json")
  -r, --rootDir <rootDir>    Project root directory (default: ".")
  -d, --debug                Enable debug
  -h, --help                 display help for command

Accepted input files CLI

# dotnet cmd generate audit report
dotnet list project.sln package --vulnerable --include-transitive --format json > audit.json
# npm audit report
npm audit --json  > audit.json
# composer (php) audit report
composer audit --format=json  > audit.json

References

1.0.22

8 months ago

1.0.21

8 months ago

1.0.19

8 months ago

1.0.18

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago