summaryrefslogtreecommitdiff
path: root/packages/backend/package.json
diff options
context:
space:
mode:
authorJaehong Kang <sinoru@me.com>2023-11-15 11:13:34 +0900
committerGitHub <noreply@github.com>2023-11-15 11:13:34 +0900
commit04075ee0bede198452dcd5e8ca6a00a3b750208b (patch)
treea8b72ba2146a15ce62e79a63fc5e229b13b15113 /packages/backend/package.json
parentfix(backend): 非公開の投稿に対して返信できないように (#12333) (diff)
downloadsharkey-04075ee0bede198452dcd5e8ca6a00a3b750208b.tar.gz
sharkey-04075ee0bede198452dcd5e8ca6a00a3b750208b.tar.bz2
sharkey-04075ee0bede198452dcd5e8ca6a00a3b750208b.zip
enhance(backend): Implementation of HTTP header and body validation to fix SIF-2023-002 (#12334)
Using Buffer instead of string Co-authored-by: perillamint <perillamint@silicon.moe>
Diffstat (limited to 'packages/backend/package.json')
-rw-r--r--packages/backend/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json
index c0e9016c91..beb9661fa1 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -151,6 +151,7 @@
"rss-parser": "3.13.0",
"rxjs": "7.8.1",
"sanitize-html": "2.11.0",
+ "secure-json-parse": "^2.4.0",
"sharp": "0.32.6",
"sharp-read-bmp": "github:misskey-dev/sharp-read-bmp",
"slacc": "0.0.10",