Skip to content

Commit

Permalink
This commit updates the hexo-theme-next to version 8.20.0 and correct…
Browse files Browse the repository at this point in the history
…s a typo in the vulnerability description.

- Updated hexo-theme-next package to version 8.20.0
- Replaced previous version 8.19.2
- Corrected typo in vulnerability description related to Gunicorn
- Provided accurate information to users regarding the handling of Transfer-Encoding headers
  • Loading branch information
vasudev-gm committed May 2, 2024
1 parent 8d26928 commit 4adfc1b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-next": "^8.19.2"
"hexo-theme-next": "^8.20.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

---
## Which version(s) are affected?
Hey fellow readers, if you're deploying your python application or containerized application through Gunicorn (Green Unicorn) there is a new vulnerability that bypasses validation when == multiple conflicting Transfer-Encoding headers == are used which are treated as chunked data regardlesss of final encoding leading to Request Smuggling allowing access to restricted API endpoints in your application without needed credentials/tokens.
Hey fellow readers, if you\'re deploying your python application or containerized application through Gunicorn (Green Unicorn) there is a new vulnerability that bypasses validation when **multiple conflicting Transfer-Encoding headers** are used which are treated as chunked data regardless of final encoding leading to Request Smuggling allowing access to restricted API endpoints in your application without needed credentials/tokens.
<!-- more -->

The new update version 22.0 fixes the issue mentioned in the [commit](https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d).
Expand Down

0 comments on commit 4adfc1b

Please sign in to comment.