Optimise Performance and Harden Web-App #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You must consider security and performance at every step and design the user experience for multiple platforms and abilities. For example, security should consider filtering malicious code from any text that users can enter, including SQL injection (details on Blackboard). Performance should minimise page weight including media associated with an item description (e.g. processing uploaded images to reduce their dimensions and file size).
Examples:
LFI/RFI
PHP Database Exploitation
SQL Injection
XSS Exploits
CORS Exploits