About 50 results
Open links in new tab
  1. Difference between SonarQube and Fortify? - Stack Overflow

    Oct 15, 2019 · Can someone tell me what is the difference between SonarQube and Fortify? Both are static code analysis tool. I found out Fortify is more inclined towards security as it gives information …

  2. gcc - Why does _FORTIFY_SOURCE seem to have no effect in the …

    Mar 11, 2025 · I am trying to enable _FORTIFY_SOURCE to add buffer overflow protections in our C++ projects, but when I compile and analyze the resulting binary, it seems like _FORTIFY_SOURCE has …

  3. How does Fortify software work? - Stack Overflow

    Fortify is a SCA used to find the security vulnerabilities in software code. I was just curious about how this software works internally. I know that you need to configure a set of rules against wh...

  4. Spring boot - How to prevent Fortify from complaining ...

    Dec 14, 2023 · Fortify message The SecurityFilter.java reveals system data or debug information by calling write () on line 50. The information revealed by write () could help an adversary form a plan of …

  5. Fortify reporting "Privacy violation" issue - Stack Overflow

    The exact message Fortify is giving: The method methodName () in CoCustomTag.java mishandles confidential information, which can compromise user privacy and is often illegal. Please ignore the …

  6. c# - Fortify command line usage - Stack Overflow

    Oct 13, 2010 · Has anyone used command line to run fortify? I tryin to incorporate fortify run in my CI build and I dont know how to do it.

  7. Use Fortify sourceanalyzer with CMake - Stack Overflow

    Apr 5, 2016 · I created a fortify_tools directory at the same level as the source directory. Inside the fortify_tools are a toolchain file and fortify_cc, fortify_cxx, and fortify_ar scripts that will be set as the …

  8. Fortify: Access Control Database related issue - Stack Overflow

    Jan 27, 2016 · Short answer - no. Slightly longer answer - Fortify does not know if your data source is trusted or not. You would either have to create a custom filter to ignore that category, or custom rules …

  9. Fortify Often Misused: File upload Issue - Stack Overflow

    Aug 11, 2022 · Fortify shows this recommendation to fix the issue Do not allow file uploads if they can be avoided. If a program must accept file uploads, then restrict the ability of an attacker to supply …

  10. How to change “/login” url with Fortify? - Stack Overflow

    Apr 11, 2022 · and my login page is opened by “/login” url. How can I to make this login as “/admin/login” url? Leaving all Fortify functionality as it was before? Thanks!