-
Notifications
You must be signed in to change notification settings - Fork 5
Pull requests: r0path/demorepo1
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix Command Injection Vulnerability by Removing Unsanitized
os.system()
Execution in Python Application
#146
opened Jan 18, 2025 by
zeropath-ai
bot
Loading…
Fix Reflected XSS Vulnerability in /echo Endpoint by Implementing Input Sanitization
#145
opened Jan 18, 2025 by
zeropath-ai
bot
Loading…
Fix Reflected XSS in
/echo
Endpoint by Escaping User Input Using Markupsafe.
#144
opened Jan 18, 2025 by
zeropath-ai
bot
Loading…
Fix command injection vulnerability by removing unsafe call to
os.system(username)
from untrusted JSON input in Python code.
#141
opened Jan 16, 2025 by
zeropath-ai-dev
bot
Loading…
Fix OS Command Injection in get_note by Removing os.system Call for URL Parameter 'tag'
#139
opened Jan 11, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerability by removing unsafe os.system calls in the Python codebase.
#138
opened Jan 10, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerability by removing the unsafe
os.system(note)
call in Python code.
#137
opened Jan 9, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerability by removing insecure use of os.system with user-controlled input in Python.
#136
opened Jan 9, 2025 by
zeropath-ai-dev
bot
Loading…
Fix Command Injection Vulnerability by Removing Unsanitized Inputs from
os.system()
and subprocess.call()
in Python Code.
#135
opened Jan 4, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerability by sanitizing 'username' input before executing system commands in Python.
#134
opened Jan 3, 2025 by
zeropath-ai-dev
bot
Loading…
Fix Command Injection Vulnerabilities by Removing
os.system()
and subprocess.call()
with Untrusted Inputs in Python Code
#133
opened Jan 3, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerabilities by sanitizing inputs used in os.system and subprocess.call in server.py.
#132
opened Jan 3, 2025 by
zeropath-ai-dev
bot
Loading…
Fix Command Injection and XSS Vulnerabilities in
get_user()
Function by Sanitizing User Input
#131
opened Jan 3, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerabilities by removing dangerous
os.system
and subprocess.call
calls in Python code.
#130
opened Jan 3, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection and XSS vulnerabilities by sanitizing
get_user()
input and avoiding direct shell execution.
#129
opened Jan 3, 2025 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerabilities in
apply_decryption
, fetch_user_notes
, and login
functions by removing unsanitized shell command execution.
#128
opened Dec 31, 2024 by
zeropath-ai-dev
bot
Loading…
Fix XSS vulnerability by sanitizing the 'search' parameter using 'htmlspecialchars' in PHP.
#127
opened Dec 31, 2024 by
zeropath-ai-dev
bot
Loading…
Fix command injection vulnerabilities by removing unsanitized input usage from
os.system()
and subprocess.call()
functions in Python.
#126
opened Dec 31, 2024 by
zeropath-ai-dev
bot
Loading…
Fix XSS vulnerability by sanitizing user input with
htmlspecialchars()
in PHP.
#125
opened Dec 31, 2024 by
zeropath-ai-dev
bot
Loading…
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.