Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbidou committed Apr 27, 2024
1 parent 3b555f0 commit 96c839e
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](pyrasp.png)

<p>
<img src="https://img.shields.io/badge/Version-0.6.1-green?style=for-the-badge" alt="version 0.6.1"/>
<img src="https://img.shields.io/badge/Version-0.6.2-green?style=for-the-badge" alt="version 0.6.2"/>
<a href="https://www.paracyberbellum.io">
<img src="https://img.shields.io/badge/A%20project%20by-ParaCyberBellum-blue?style=for-the-badge" alt="A project by ParaCyberBellum"/>
</a>
Expand Down
15 changes: 15 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.6.2

## New features
- **Support for Azure Functions**

## Improvement
- Slightly improved SQL injection detection

## Bug fix
- Fixed XSS engine false positive with some large JSON data
- Disabled security checks would be handled according to default value

## Misc
- Fixed few things in documentation

# v0.6.1

## New features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyrasp"
version = "0.6.1"
version = "0.6.2"
authors = [
{ name = "Renaud Bidou", email = "renaud@paracyberbellum.io" }
]
Expand Down
Loading

0 comments on commit 96c839e

Please sign in to comment.