python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to prevent excessive memory usage when resizing images with a large dimension?
I'm using a image resizing library for resizing images on a website. To better secure the image resizing process I used a fuzzer(afl fuzz).
One image caused excessive memory. It a GIF image with 65503...
Valderann
Votes: 0
Answers: 0
XSS - Does loading external HTML by setting innerHTML on DOM element prevent attack?
If I will need to load some untrusted external HTML content and render them on the DOM, will using the innerHTML property be adequate protection against malicious scripts?
Through my own testing and t...
David Min
Votes: 0
Answers: 1
403 forbidden error on authentication filter
I am working on a basic spring boot api using mysql as database
I created an endpoint for signup user("/users") which is bcrypt the password
while login i created a authentication filter whi...
Mukul Bhutiani
Votes: 0
Answers: 2
What is the best approach for rejecting HTTP requests that were not generated from my HTML form
I have a Node server that serves a HTML form. The HTML file submits a HTTP post request to the server, before the server extracts the information. Currently, the server assumes the post request comes ...
TWilliamson
Votes: 0
Answers: 0