python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Prototype Pollution script alert doesn't work
This below is my code.
<html>
<head>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://raw.githack.com/alrusdi/jquery-p...
piyush
Votes: 0
Answers: 1
does Django HttpResponseRedirect suffer from xss attack?
As title, because of urlpatterns are setting numeral parameter, i tend to think that HttpResponseRedirect won't suffer from xss attack, am i right?
If not, how does HttpResponseRedirect suffer from it...
Billy Chung
Votes: 0
Answers: 1
XSS Vulnerability found in RowCommand function with e.CommandArgument
i'm using Checkmarx to scan a web application and i have noticed a lot of threats are found everytime i use e.CommandArgument in a RowCommand function.
Example:
Protected Sub gvwModifySend_RowCommand(...
Arn.adg
Votes: 0
Answers: 1
How does httpOnly prevent from malicious package to steal the content in it?
If for example, an installed third party package issues an HTTP request to their servers, and by default, any HTTP request leaves with the cookies content in the request headers, doesn't it make the c...
Raz Buchnik
Votes: 0
Answers: 2