Skip to content

Releases: nvuillam/node-sarif-builder

v3.2.0

21 Aug 22:27
Compare
Choose a tag to compare

What's Changed

  • Upgrade npm dependencies
  • CI: Upgrade MegaLinter to v8

Pull Requests

  • Update all non-major dependencies by @renovate in #61
  • Update all non-major dependencies by @renovate in #63
  • Update oxsecurity/megalinter action to v8 by @renovate in #74
  • Update dependency nyc to v17 by @renovate in #72
  • Update dependency @ava/typescript to v5 by @renovate in #68
  • Update all non-major dependencies by @renovate in #64
  • Update dependency eslint to v9 by @renovate in #69
  • Update typescript-eslint monorepo to v8 (major) by @renovate in #73
  • [GitHub Dependents Info] Updated markdown file by @github-actions in #70

Full Changelog: v3.1.0...v3.2.0

v3.1.0

16 Mar 01:32
Compare
Choose a tag to compare

What's Changed

  • Update schema to final 2.1.0 release (but the schema definition remains the same), by @AlexWilson-GIS in #59
    • New value: $schema: 'http://json.schemastore.org/sarif-2.1.0.json'
    • Previous value: $schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json'
  • Add github-dependents-info workflow
  • Upgrade dependencies

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

26 Nov 10:58
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: New minimal version of Node.js: v18
  • Upgrade Github Actions workflows
  • Upgrade MegaLinter
  • Upgrade npm dependencies
  • Update documentation

Pull Requests

New Contributors

Full Changelog: v2.0.3...v3.0.0

node-sarif-builder v2.0.3

23 Oct 01:06
Compare
Choose a tag to compare
  • Run yarn-audit-fix to upgrade dependencies with security issues (minimist, node-fetch)
  • CI: Upgrade MegaLinter to v6

node-sarif-builder v2.0.2

30 Jan 22:30
Compare
Choose a tag to compare
  • Update License to MIT

node-sarif-builder v2.0.1

12 Jan 21:47
Compare
Choose a tag to compare

node-sarif-builder v2.0.0

12 Jan 21:26
Compare
Choose a tag to compare
  • Mandatory properties toolDriverName and toolDriverVersion for SarifRunBuilder
  • Change default schema version to https://www.schemastore.org/schemas/json/sarif-2.1.0-rtm.5.json
  • When possible, automatically populate SARIF properties:
    • artifact.sourceLanguage
    • result.locations.location.physicalLocation.artifactLocation.index
    • result.ruleIndex
  • Fix bug when initSimple is called without region properties

node-sarif-builder v1.0.2

11 Jan 23:22
Compare
Choose a tag to compare

-Respository information

node-sarif-builder v1.0.1

10 Jan 23:49
Compare
Choose a tag to compare

Update documentation

node-sarif-builder

10 Jan 23:22
Compare
Choose a tag to compare

Initial version