gridhead / gridhead/supervisor-frontend-service

Convert all AJAX requests from GET to POST

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
anatomy bug help wanted
Dominant language
CSS
Stars
17
Forks
7
PR merge metrics
No merged PRs in 30d

Description

In the security standpoint, GET exposes all its parameters in the URL itself which makes a request and its following response vulnerable.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating every AJAX request in the frontend, since the issue names no files or tests. Review each request's method and parameter handling, then verify that all requests use POST and no longer expose parameters in the URL.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.