Top "Fortify" questions

Fortify, the software application security products and services from Micro Focus.

How to solve Password Management - Password in configuration

Hi I am using HP fortify to find all vulnerabilities of my App, and now i am trying to solve …

password-encryption fortify
Fortify SCA exclude test folder\files

How can I exclude test directories in a Java Project from being scanned by Fortify sca. The directories are structured …

fortify
How can I see all the rules of Fortify Secure Coding Rules?

I want to see the specific rules of Fortify Secure Coding Rules (the rules that Fortify uses by default), because …

security rules fortify
How do I generate a report that has all the issues?

I have a Fortify FPR scan file that I open in AWB. I want to generate a report that has …

fortify
Interpreting Fortify results file (.fpr) through command line

As part of automating the process of running secure code analysis, I have a Jenkins job which uses the sourceanalyzer …

fortify stig
Can I run fortify on .jar files instead of .java?

I need to check vulnerabilities (if any) in the third party libraries that are being used in my project using …

fortify
Fortify Source Analyzer and Apache Lenya

I am trying to use Fortify Source Code Analyzer for a research project at my school to test the security …

java apache static-analysis fortify
How to fix header manipulation cookies using JavaScript?

My JavaScript code: function CookieSetting(name, value) { var today = new Date(); today.setTime( today.getTime() ); var expires = 28; expires = expires * 1000 * 60 * 60 * 24; var …

javascript cookies fortify
Fortify Path Manipulation error

Fority Scan reported "Path Manipulation" security issues in following snippet String filePath = getFilePath(fileLocation, fileName); final File file = new File(…

security fortify
Open Redirect or Header Manipulation issues from Fortify scan on asp.net

We did a Fortify scan on our ASP.net application. We found that there many header manipulation issues. All the …

asp.net security redirect fortify