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

512
Views
Is Javascript FileUplod function high risk (Cordova file disclosure)

While using file upload function the security scan is showing high risk. The code as show below,

<input type="file" accept=".csv" (change)="uploadfile($event)">

uploadfile(e) {
    const reader = new FileReader();
    reader.onload = () => {
      const data = reader.result;
      this.performcalc(data);          
    };
    reader.readAsBinaryString(e.target.files);
  }

while the above code scan, it show high risk. In between have done validation and sanitize, but still showing high risk.

Is there any better solution to avoid security risk.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

See socket.dev's analysis on Cordova. The short version is: 3 of its dependencies are deprecated.

about 4 years ago · Juan Pablo Isaza Report
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!