Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
Appscan Form.Action validation for post

I have the following script.

function submitAsPost(url){

if(url === "oneUrl" || url === "AnotherUrl")
{
    var f = document.forms[0];
    f.action=url
    f.method='post'
    f.submit();
 }

}

I am trying to get appscan to lesson the vulnerability. Since the parameters are different and significant, I don't want to validate each one. The current Vulnerability is Insecure Use Of Form.Action Is there a easy way to mitigate this? I guess just validating the URL string doesn't work.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!