Skip to content

Commit

Permalink
Publish v0.101
Browse files Browse the repository at this point in the history
  • Loading branch information
MWedl committed Jul 5, 2023
1 parent 9e7a77f commit fca8d0e
Show file tree
Hide file tree
Showing 67 changed files with 2,014 additions and 742 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## v0.96
## v0.101 - 2023-07-05
* Implement file upload in user notebook
* Optimize image loading in markdown preview
* Use Argon2 for hashing passwords instead of PBKDF2
* Authentication via API tokens
* Auto-generate OpenAPI schema


## v0.96 - 2023-06-22
* Fix username/password auth not available in login form of community edition


Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ COPY api/src /app/api

# Copy generated template rendering script
COPY --from=rendering /app/rendering/dist /app/rendering/dist/
CMD pytest


FROM api-test as api
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

---

SysReptor is a fully customisable, offensive security reporting tool designed for pentesters, red teamers and other security-related people alike. You can create designs based on simple HTML and CSS, write your reports in user-friendly Markdown and convert them to PDF with just a single click, in the cloud or on-premise!
SysReptor is a fully customisable, offensive security reporting tool designed for pentesters, red teamers and other security-related people alike. You can create designs based on simple HTML and CSS, write your reports in user-friendly Markdown and convert them to PDF with just a single click, in the cloud or self-hosted!

## Your Benefits

Expand Down
Loading

0 comments on commit fca8d0e

Please sign in to comment.