Top "Fortify" questions

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

Fortify, how to start analysis through command

How we can generate FortiFy report using command ??? on linux. In command, how we can include only some folders or …

fortify
How to fix Fortify Race Condition: Singleton Member Field issue

I encounter a problem. we use Spring MVC framework in my Project,but Spring MVC default Controller is Singleton Model. …

java spring spring-mvc fortify
Cross-Site Scripting: Poor Validation (Input Validation and Representation, Data Flow)

I have scan my application in HP fortify portal and getting an issue Cross-Site Scripting: Poor Validation (Input Validation and …

java struts fortify esapi
Fortify error on JSON Injection in Java

I am getting SUBSCRIPTION_JSON from client which I am converting it to String and then setting it to Model …

java json security gson fortify
Fortify Json Injection in .NET

I am using Newtonsoft.Json for deserializing a json string but fortify complained that I am using unvalidated json. i …

c# json json.net fortify
Difference between SonarQube and Fortify?

Can someone tell me what is the difference between SonarQube and Fortify? Both are static code analysis tool. I found …

security continuous-integration sonarqube devops fortify
Fortify fix for Often Misused Authentication

When I do scan using fortify I have got vulnerabilities like "Often Misused: Authentication" at the below code. For this …

java fortify fortify-source
Export HP Fortify SCA 4.10 results in EXCEL format

I scanned with HP Fortify SCA 4.10 . Now I would like to export the raw results into Excel format to do …

fortify
com.fortify.sca.analyzer.a: There is not enough memory available to complete analysis

Getting below error with Fortify Audit Workbench aplication : [error]: Unexpected exception while parsing *.js com.fortify.sca.analyzer.a: There …

fortify
How to correct Path Manipulation error given by fortify?

I need to read the properties file kept in user_home folder. PropsFile = System.getProperty("user.home") + System.getProperty("file.…

fortify path-manipulation