SpeakingInBits / PC2

Custom replacement website for pc2online.org. Now live!
https://pc2online.org/
6 stars 0 forks source link

AboutController missing ModelState.IsValid checks #313

Closed JoeProgrammer88 closed 2 weeks ago

JoeProgrammer88 commented 3 months ago

On several of the Create/Edit actions in the AboutController there is no ModelState.IsValid check. This needs to be added to ensure valid data is inserted into the database!

Check the HttpPost versions of the methods listed above. Please also check the rest of the controller to ensure we didn't miss any others