UNPKG

fetch-cwe-list

Version:

A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list

72 lines (32 loc) 3.07 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.0.7](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.6...v0.0.7) (2025-06-24) ### Bug Fixes * **package.json:** remove dependency on Axios ([954acc9](https://github.com/Whamo12/fetch-cwe-list/commit/954acc94220e029acf58a1c74e7610c78397852d)), closes [#6](https://github.com/Whamo12/fetch-cwe-list/issues/6) ### Others * **deps:** bump axios from 0.21.4 to 0.30.0 ([ba8f9b5](https://github.com/Whamo12/fetch-cwe-list/commit/ba8f9b5a248f93d7d68a38a0c0ffe9cd18b1ea57)) ### [0.0.6](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.5...v0.0.6) (2025-06-23) ### Features * **index.js:** add support for fetching and parsing any specific CWE version from the MITRE archive ([cf21cdb](https://github.com/Whamo12/fetch-cwe-list/commit/cf21cdbf792d1ee07e83f537769246077b65bbc5)) ### [0.0.5](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.4...v0.0.5) (2025-06-22) ### Bug Fixes * migrate from xml2json to fast-xml-parser ([d692369](https://github.com/Whamo12/fetch-cwe-list/commit/d692369c4fa9cee15fee1f308f5accad2562930b)) ### [0.0.4](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.3...v0.0.4) (2025-06-22) ### Features * refactored codebase with copilot. Fixed vulnerabilities ([0f1f05d](https://github.com/Whamo12/fetch-cwe-list/commit/0f1f05dd6e310e02d530c11bb553d0a9f738a3cd)) ### Others * **deps:** bump json5 from 1.0.1 to 1.0.2 ([8f049b6](https://github.com/Whamo12/fetch-cwe-list/commit/8f049b6011436fae84afd2993cee97692b7d628a)) ### [0.0.3](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.2...v0.0.3) (2022-12-06) ### Bug Fixes * **index.js:** there was an issue with parsing the XML file due to the version number changes ([5be3592](https://github.com/Whamo12/fetch-cwe-list/commit/5be359256ead1173ed4497c5c7a8692cc203cf96)) ### [0.0.2](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.2-alpha.2...v0.0.2) (2020-11-29) ### [0.0.2-alpha.2](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.2-alpha.1...v0.0.2-alpha.2) (2020-11-29) ### [0.0.2-alpha.1](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.2-alpha.0...v0.0.2-alpha.1) (2020-11-29) ### Docs * **package.json readme.md:** update README to include example. Add git cz ([88222d2](https://github.com/Whamo12/fetch-cwe-list/commit/88222d2cc5b16b8a1907968c56ca5ac7e8d9e427)) ### [0.0.2-alpha.0](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.2-0...v0.0.2-alpha.0) (2020-11-29) ### [0.0.2-0](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.1...v0.0.2-0) (2020-11-29) ### [0.0.1](https://github.com/Whamo12/fetch-cwe-list/compare/v0.0.1-alpha.2...v0.0.1) (2020-11-29) ### [0.0.1-alpha.2](https://github.com/Whamo12/cwe-list/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2020-11-29) ### [0.0.1-alpha.1](https://github.com/Whamo12/cwe-list/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2020-11-29) ### 0.0.1-alpha.0 (2020-11-29)