diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0333f6..d0645402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.4.395 (2026-01-25) + +### PR [#1972](https://github.com/danielmiessler/Fabric/pull/1972) by [ksylvan](https://github.com/ksylvan): More node package updates: remove cn, fix string and request vulnerabilities + +- Removed cn (Chuck Norris jokes) package to resolve security vulnerabilities +- Fixed 5 Dependabot alerts including ReDoS vulnerabilities in string package and SSRF/Remote Memory Exposure issues in request package +- Enhanced security posture by eliminating vulnerable dependencies with no available patches + ## v1.4.394 (2026-01-25) ### PR [#1971](https://github.com/danielmiessler/Fabric/pull/1971) by [ksylvan](https://github.com/ksylvan): Security fix high medium low priority dependabot alerts for npm dependencies diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 576f8d6c..6d45e3bf 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.394" +var version = "v1.4.395" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 4d19bf08..afafbcea 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/1972.txt b/cmd/generate_changelog/incoming/1972.txt deleted file mode 100644 index f134dfbf..00000000 --- a/cmd/generate_changelog/incoming/1972.txt +++ /dev/null @@ -1,5 +0,0 @@ -### PR [#1972](https://github.com/danielmiessler/Fabric/pull/1972) by [ksylvan](https://github.com/ksylvan): More node package updates: remove cn, fix string and request vulnerabilities - -- Removed cn (Chuck Norris jokes) package to resolve security vulnerabilities -- Fixed 5 Dependabot alerts including ReDoS vulnerabilities in string package and SSRF/Remote Memory Exposure issues in request package -- Enhanced security posture by eliminating vulnerable dependencies with no available patches diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 64a84b31..67fa2a49 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.394" +"1.4.395"