|
|
|
|
|
by dogma1138
2969 days ago
|
|
Well you don’t seem to validate the existing password prior to authorizing the change. Good CSRF protection on GET requests is also near impossible to implement as GET is intended to be a “safe” request as in a request that does not modify a state but this isn’t something that is actually practiced. |
|
And yeah, I try to use GET only for safe requests, but I should be more careful.