forked from r0path/demorepo1
-
Notifications
You must be signed in to change notification settings - Fork 1
Pull requests: ZeroPathAI/demorepo-dev
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix SQL Injection vulnerability by using prepared statements and secure input handling in PHP database queries.
#6
opened Apr 7, 2025 by
zeropath-ai-dev
bot
Loading…
Fix XSS vulnerability by adding strict HTML escaping using
htmlspecialchars
in PHP output handling.
#5
opened Apr 7, 2025 by
zeropath-ai-dev
bot
Loading…
Patch Fix: Mitigate XSS vulnerability by sanitizing user input with
htmlspecialchars
and adding strict type validation in PHP.
#4
opened Apr 7, 2025 by
zeropath-ai-dev
bot
Loading…
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.