Optimise Performance and Harden Web-App #16

Open
opened 2025-02-27 13:40:42 +00:00 by boris · 0 comments
Owner

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

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
boris added the
question
label 2025-02-27 13:40:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: boris/Ecobuddy#16
No description provided.