CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
CHANGELOG.md67 linesDownload Raw Back to node-sarif-builder
1# Changelog2 3## Beta4 5## [3.4.0] 2025-12-306 7- Upgrade NPM dependencies8- CI: Use NPM trusted publishers for better security9- Add .npmignore to decrease package size10 11## [3.3.1] 2025-11-2312 13- Upgrade NPM dependencies14 15## [3.3.0] 2025-11-1616 17- Upgrade NodeJs minimum version to Node 2018- Upgrade NPM dependencies19- Upgrade Github Actions workflows dependencies20- Upgrade MegaLinter to v921 22## [3.2.0] 2024-08-2223 24- Upgrade npm dependencies25- Upgrade MegaLinter to v826 27## [3.1.0] 2024-16-0328 29- Update schema to final 2.1.0 release (but the schema definition remains the same)30  - New value:  `$schema: 'http://json.schemastore.org/sarif-2.1.0.json'`31  - Previous value: `$schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json'`32- Add github-dependents-info workflow33 34## [3.0.0] 2023-11-2635 36- BREAKING CHANGE: New minimal version of Node.js: v1837- Upgrade Github Actions workflows38- Upgrade MegaLinter39- Upgrade npm dependencies40 41## [2.0.3] 2022-10-2342 43- Run yarn-audit-fix to upgrade dependencies with security issues (minimist, node-fetch)44- CI: Upgrade MegaLinter to v645 46## [2.0.2] 2022-01-3047 48- Update License to MIT49 50## [2.0.1] 2022-01-1251 52- Update JSON schema to <http://json.schemastore.org/sarif-2.1.0-rtm.5.json>53 54## [2.0.0] 2022-01-1255 56- Mandatory properties `toolDriverName` and `toolDriverVersion` for SarifRunBuilder57- Change default schema version to <https://www.schemastore.org/schemas/json/sarif-2.1.0-rtm.5.json>58- When possible, automatically populate SARIF properties:59  - `artifact.sourceLanguage`60  - `result.locations.location.physicalLocation.artifactLocation.index`61  - `result.ruleIndex`62- Fix bug when initSimple is called without region properties63 64## [1.0.0] 2022-01-1165 66- Initial version67 
basant307/AI_Governance_Project · CoolFace