diff --git a/README.md b/README.md index 7528a00..7298bc7 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,10 @@ This is a Python project to learn working with Flask. To make it useful for my d ![](./screenshots/30-01-2025.png) -Testing a Mermaid graph to work out the flow of the website: -```mermaid -graph TD -Start --> End -``` +Testing a Mermaid graph to work out the flow of the website ## Todos +- [ ] Turn manual wheel build process into a CI/CD pipeline - [ ] reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed']) 📧 - [ ] try to incorporate OTX Alienvault results (unfortunately the historical telemetry is not possible via the API...) 👽 - [ ] start working again on the upload feature to analyze hosts in a text or csv file :paperclip: @@ -23,5 +20,5 @@ Start --> End - [ ] Implement caching across the entire website (now only for AbuseIPDB API requests) - [x] Rewrite lookup.html with grid and flex like in v3 - [x] Add lookup history and note taking page (clickable options at the top) -- [-] Investigate single-page-app (AJAX) f.e. https://iq.opengenus.org/single-page-application-with-flask-ajax/ +- [ ] Investigate single-page-app (AJAX) f.e. https://iq.opengenus.org/single-page-application-with-flask-ajax/ - [ ] Think about and handle security risks (research rate limiting in Nginx)