Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e24944883948ea1b866b7e7bb716cc43c8f57d9d https://github.com/phpmyadmin/phpmyadmin/commit/e24944883948ea1b866b7e7bb716... Author: Wellington Braga wjbraga@artit.com.br Date: 2018-10-23 (Tue, 10 October 2018) -03:00
Changed paths: M js/functions.js
Log Message: ----------- Feature 14677: Security confirm() before running UPDATE When the user tries to execute an UPDATE query without an appopriate WHERE statement, the system will prompt an confirm dialog box asking him if he is sure about that.
Signed-off-by: Wellington Braga wjbraga@artit.com.br
Commit: f8cfd096b2766997f482e2e0e2865611f379c08e https://github.com/phpmyadmin/phpmyadmin/commit/f8cfd096b2766997f482e2e0e286... Author: MaurĂcio Meneghini Fauth mauriciofauth@gmail.com Date: 2018-11-08 (Thu, 11 November 2018) -02:00
Changed paths: M js/functions.js
Log Message: ----------- Merge pull request #14685 from WellingtonBraga/feature_14677_security_confirm_before_running_update
Security confirm() before running UPDATE