diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 10:15:03 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 10:15:03 +0800 |
commit | 2f565ac399d0c2bcaf12a7cf0b1f1e2a49bcce8e (patch) | |
tree | 1be1aa79e5347690315828801610eda121bb883e | |
parent | Remove WIP tag (diff) | |
download | powxy-2f565ac399d0c2bcaf12a7cf0b1f1e2a49bcce8e.tar.gz powxy-2f565ac399d0c2bcaf12a7cf0b1f1e2a49bcce8e.tar.zst powxy-2f565ac399d0c2bcaf12a7cf0b1f1e2a49bcce8e.zip |
Note the need for a crypto audit
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. ## Bugs -- The cryptography hasn't been audited. I wrote this after a tiring school week - and this definitely needs some review. +- **The cryptography hasn't been audited.** I wrote this after a tiring school + week and this definitely needs some review. - If a user is attempting to submit a POST request but their powxy cookie is invalid, powxy would redirect them to a challenge, and their POST data will be lost. |