hex337 / quantum-attendance

An attendance program for Quantum Martial Arts
MIT License
3 stars 2 forks source link

Security Fixes for BeltsController #73

Closed mlamina closed 8 months ago

mlamina commented 8 months ago

This PR addresses several security vulnerabilities found in belts_controller.rb, specifically related to unscoped find(...) methods and redirects that use user input without sanitization.

Changes:

These changes enhance the security of the application by ensuring that user input is properly handled and that database queries are securely scoped.