File tree Expand file tree Collapse file tree 6 files changed +686
-349
lines changed
Expand file tree Collapse file tree 6 files changed +686
-349
lines changed Original file line number Diff line number Diff line change 11![ ] ( pyrasp.png )
22
33<p >
4- <img src="https://img.shields.io/badge/Version-0.9.1 -green?style=for-the-badge" alt="version 0.9.1 "/>
4+ <img src="https://img.shields.io/badge/Version-0.9.2 -green?style=for-the-badge" alt="version 0.9.2 "/>
55 <a href="https://www.paracyberbellum.io">
66 <img src="https://img.shields.io/badge/A%20project%20by-ParaCyberBellum-blue?style=for-the-badge" alt="A project by ParaCyberBellum"/>
77 </a>
Original file line number Diff line number Diff line change 1+ # 0.9.2
2+
3+ ## New features
4+ - Configuration Templates
5+ - Basic multipart file uploads validation for Flask and Django
6+ - New reaction mechanism and capabilities
7+
8+ ## READ THE DOC !!!
9+ - Improved class constructor
10+ - Changed configuration workflow
11+ - ` GTFO_MSG ` and ` DENY_STATUS_CODE ` parameters have been deprecated (see ` BLACKLIST_* ` and ` BLOCK_* ` settings)
12+
13+ ## Improvements
14+ - Revamped reaction capabilities
15+ - Simplified MCP blocked attack response format
16+ - Improved posted variables processing in Flask
17+ - Removed development mode
18+ - New QA engine (ok that's on our side, but you benefit from it)
19+
20+ ## Bug fix
21+ - Fixed FastMCP deprecations
22+ - Upgraded setuptools minimum version dependency to fix potential security issues
23+
124# 0.9.1
225
326## New features
Original file line number Diff line number Diff line change 11[project ]
22name = " pyrasp"
3- version = " 0.9.1 "
3+ version = " 0.9.2 "
44authors = [
55 { name = " Renaud Bidou" , email = " renaud@paracyberbellum.io" }
66]
@@ -14,7 +14,7 @@ classifiers = [
1414 " Programming Language :: Python" ,
1515 " Framework :: Flask" ,
1616 " Framework :: Django" ,
17- " Framework :: FastAPI"
17+ " Framework :: FastAPI"
1818]
1919dependencies = [
2020 " scikit-learn==1.6.0" ,
@@ -23,7 +23,7 @@ dependencies = [
2323 " psutil>=6.0.0" ,
2424 " pyjwt==2.8.0" ,
2525 " cloudpickle==3.1.0" ,
26- " setuptools>=75.5.0 " ,
26+ " setuptools>=78.1.1 " ,
2727 " loguru" ,
2828 " fastmcp" ,
2929 " importlib_resources" ,
You can’t perform that action at this time.
0 commit comments