https://github.com/gustafla/cyberblog
Cyber Security Base Project I
https://github.com/gustafla/cyberblog
Last synced: 4 months ago
JSON representation
Cyber Security Base Project I
- Host: GitHub
- URL: https://github.com/gustafla/cyberblog
- Owner: gustafla
- Created: 2021-12-02T16:32:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T11:41:45.000Z (over 3 years ago)
- Last Synced: 2025-01-12T23:10:33.937Z (5 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security.txt
Awesome Lists containing this project
README
# Cyber Security Base Project I
This is a very simple blog site with user login, logout, index and post
creation.Not intended for production use.
Due to technical limitations (using GET requests to make CSRF possible), blog
posts cannot be very long at all, 1000 characters or so.## Security Flaws
This application has multiple known security issues on purpose. See
[security.txt](security.txt)