Server-Side Request Forgery (SSRF) #282

Closed
opened 2024-11-24 20:19:01 +00:00 by tim · 1 comment
Owner
[Server-Side Request Forgery](https://cheatsheetseries.owasp.org/cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.html)
tim added this to the security milestone 2024-11-24 20:19:01 +00:00
Author
Owner

Currently, there are no user input requests to other services, except the database. But the database calls are all paramethrized, which disables sql injection attacks.

Currently, there are no user input requests to other services, except the database. But the database calls are all paramethrized, which disables sql injection attacks.
tim closed this issue 2024-11-24 20:22:53 +00:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: x/web-app-template#282