mirror of
https://github.com/telephone/LookingGlass.git
synced 2026-04-25 07:56:01 +03:00
[GH-ISSUE #18] Cross-site Scripting issue #14
Labels
No labels
enhancement
enhancement
enhancement
pull-request
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LookingGlass#14
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @ghost on GitHub (Feb 16, 2014).
Original GitHub issue: https://github.com/telephone/LookingGlass/issues/18
Hi mate!
Your app suffer from a Cross-site Scripting (XSS) issue.
File: index.php
Line: 62
Vuln:
You should clean the inputs prior to print them to screen.
Cheers!
@ghost commented on GitHub (Feb 16, 2014):
index.php:62 href="">
@telephone commented on GitHub (Jan 26, 2015):
Fixed in
bbfb2ea