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)
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
Can Convert.ToBase64String(Encoding.UTF8.GetBytes(input)) prevent Command Injection?
In my experience, we can use replace() filtering && and | to prevent command injection.
Our code need to send base64String to another process, but there is Stored Command Injection scaned by c...
Billy Chung
Votes: 0
Answers: 1