Veracode scan is showing a low level vulnerability in the fetch function. What's the best way to fix this?
const response = await fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
Veracode scan is showing a low level vulnerability in the fetch function. What's the best way to fix this?
const response = await fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
Copyright © 2021 Jogjafile Inc.
Thanks for the comments everyone. It is a false positive. There is no sensitive data being sent through the 'url' variable.