About 728,000 results
Open links in new tab
  1. java - The Veracode Scan plugin fails due to -filepath is required …

    Aug 28, 2023 · Running a Jenkins file using the Veracode plugin to perform an Upload and Scan with Veracode Pipeline, using the recommended snippet generated by the Snippet Generator …

  2. How to package .NET application for veracode scanning

    Jun 18, 2021 · I used VeraCode's Veracode Static for Visual Studio extension to build application using VeraCode settings. I could upload application for scanning directly using Veracode …

  3. Unable to filter and upload in Veracode Scan - Stack Overflow

    Aug 26, 2024 · In the Advanced Scan Settings -> Optional Arguments field, you can use exclude parameter to exclude your code coverage report from Veracode scan. According to exclude, …

  4. What is Veracode Scan used for? - Stack Overflow

    Oct 24, 2015 · The purpose of veracode Scan is that this Veracode software scans your code to detect possible vulnerabilities. It marks the flaws and groups them. Software developers are …

  5. Java Veracode Scan - False Positive on SQL Injection

    Nov 29, 2018 · We get an "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" in the Java code: private static void doSomethingWithDB(int …

  6. How to scan python scripts scan in Veracode static scan?

    Feb 15, 2021 · Is this correct way to upload and scan. What is the way to scan python scripts manually in Veracode. Currently we are trying to do scan manually and the will try to automate …

  7. How to fix Veracode CWE 117 (Improper Output Neutralization for …

    Jul 6, 2017 · Veracode scan says that this logging has Improper Output Neutralization for Logs and suggest to use ESAPI logger. Is there any way how to fix this vulnerability without …

  8. javascript - How to fix CWE-601: URL Redirection to Untrusted Site ...

    May 17, 2024 · I have code in my application user i have written code for redirection function redirect(url){ window.location=url } this code is failed in veracode scan stating CWE-601: URL …

  9. How to automate veracode scans - Stack Overflow

    Hey I am looking to use a jenkins pipeline to automatically run a vercode application scan. I know how to launch the scan manually using a few sets of commands. I was just going to add these …

  10. How to resolve CWE-259: Use of Hard-coded Password?

    May 19, 2016 · The reason you are getting the hard-coded password flaw is because in line three of your snippet you are hard-coding your password in a variable. This is because you are …