mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-26 06:38:16 -05:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92818294cf | ||
|
|
1af12c5d98 | ||
|
|
f80663c771 | ||
|
|
5d93f126d4 | ||
|
|
4d60f24517 | ||
|
|
c902e34f0f | ||
|
|
b41bd17caf | ||
|
|
876f2ab82e | ||
|
|
5220f89706 | ||
|
|
f151646838 |
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,5 +1,23 @@
|
||||
# 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
|
||||
|
||||
- Fixed medium severity esbuild vulnerability that allowed websites to send requests to development server and read responses
|
||||
- Updated esbuild from vulnerable version 0.21.5 to secure version 0.27.2
|
||||
- Fixed low severity @eslint/plugin-kit ReDoS vulnerability through ConfigCommentParser
|
||||
- Updated @eslint/plugin-kit from vulnerable version 0.2.8 to secure version 0.5.1
|
||||
- Verified all builds and tests pass successfully after security updates
|
||||
|
||||
## v1.4.393 (2026-01-25)
|
||||
|
||||
### PR [#1969](https://github.com/danielmiessler/Fabric/pull/1969) by [ksylvan](https://github.com/ksylvan): Critical and High Impact NPM dependabot issues fixed
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.393"
|
||||
var version = "v1.4.395"
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
"1.4.393"
|
||||
"1.4.395"
|
||||
|
||||
1469
web/package-lock.json
generated
1469
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -59,12 +59,13 @@
|
||||
"mime": ">=1.4.1",
|
||||
"hoek": ">=4.2.1",
|
||||
"cookie": ">=0.7.0",
|
||||
"tough-cookie": ">=4.1.3"
|
||||
"tough-cookie": ">=4.1.3",
|
||||
"esbuild": ">=0.25.0",
|
||||
"@eslint/plugin-kit": ">=0.3.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"cn": "^0.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"marked": "^15.0.12",
|
||||
@@ -94,7 +95,9 @@
|
||||
"tough-cookie@<4.1.3": ">=4.1.3",
|
||||
"nanoid@<3.3.8": ">=3.3.8",
|
||||
"form-data@<2.5.4": ">=2.5.4",
|
||||
"glob@>=10.2.0 <10.5.0": ">=10.5.0"
|
||||
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
|
||||
"esbuild@<=0.24.2": ">=0.25.0",
|
||||
"@eslint/plugin-kit@<0.3.4": ">=0.3.4"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"esbuild",
|
||||
|
||||
686
web/pnpm-lock.yaml
generated
686
web/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user