sipher/tests
Nixyan 75f3a0ed04 feat: enhance security and testing for federation routes. Added routes for uploading files to posts and initial logic of handling it client-side.
- Added a new test suite for attack vectors targeting the /discover federation routes, ensuring (known) vulnerabilities are addressed.
- Implemented a proxy function to check for blacklisted servers, enhancing security measures.
- Introduced URL validation to prevent SSRF attacks by blocking internal addresses.
- Updated package.json with a new test command for the attack tests.
- Refactored server and route handling to improve type safety and error handling.
- Added new middleware for blacklist checks and URL validation to prevent unauthorized access.
2026-03-11 11:48:38 -03:00
..
helpers feat: enhance security and testing for federation routes. Added routes for uploading files to posts and initial logic of handling it client-side. 2026-03-11 11:48:38 -03:00
attacks.test.ts feat: enhance security and testing for federation routes. Added routes for uploading files to posts and initial logic of handling it client-side. 2026-03-11 11:48:38 -03:00
auth.test.ts feat: added auth page and the whole functionallity surrounding it. 2026-03-06 16:21:42 -03:00
discover.test.ts feat: add server discovery tests and enhance public key validation 2026-03-10 14:05:04 -03:00
key.test.ts feat: implement server discovery and key rotation functionality 2026-03-09 21:37:59 -03:00