Skip to content

Commit b1da378

Browse files
committed
v0.9.2
1 parent 64a18ca commit b1da378

File tree

6 files changed

+686
-349
lines changed

6 files changed

+686
-349
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

RELEASE-NOTES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyrasp"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = [
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
]
1919
dependencies = [
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",

0 commit comments

Comments
 (0)