Tagged Questions

Fortify 360 is a suite of source-code analysis products made by Fortify Software, an HP Company.

learn more… | top users | synonyms

3
votes
3answers
864 views

Fortify and AntiXSS

My company requires our ASP.NET code to pass a Fortify 360 scan before releasing the code. We use AntiXSS everywhere to sanitize HTML output. We also validate input. Unfortunately, they recently ...
3
votes
3answers
2k views

Fortify Source Analyzer and Apache Lenya

Hey everyone! First off, any help is much appreciated! I am trying to use Fortify Source Code Analyzer for a research project at my school to test the security for open source Java web applications. ...
2
votes
2answers
116 views

How to fix XSS vulnerabilites

We're using fortify to scan java source code & it is complaining below error: Method abc() sends unvalidated data to a web browser on line 200, which can result in the browser executing malicious ...
1
vote
1answer
69 views

Webinspect-fortify security scope

Does any one configured Fortify Security scope with HP WebInspect? I have configured Security scope with Tomcat, but the Webinspect is still not detecting the scurityscope agent. Any inputs?
1
vote
1answer
77 views

Fortify Warning - Unsupported JVM

I am using Fortify source code analyzer to analyze security issues in my Java code. It gives me warning " Source Code Analysis Engine is running under an unsupported Java Virtual Machine (Sun ...
1
vote
3answers
689 views

Consuming HTTPS web service using WCF

I'm trying to consuming a client's web service using WCF. The client's web service is done over HTTPS, and I can consume it fine with the following Binding: <bindings> ...
1
vote
2answers
499 views

Fortify Sourceanalyzer - problem with Xwiki - missing java class

com.xpn.xwiki.test.AbstractXWikiComponentTestCase This is the only class that cannot be resolved. I have run mvn package Then I have tried to build with sourceanalyzer and this is the only ...
0
votes
1answer
29 views

HP FORTIFY 360 a

While Scanning a Asp.Net project got a error saying Access control Database, It says "Without proper access control, executing a SQL statement that contains a user-controlled primary key can ...
0
votes
1answer
35 views

Trust Boundary Violation while combining Application cache with session data

I have requirement to get application cache object => session object, modify it and use it. While everything works fine, I am receiving the Trust Boundary Violation threat from Fortify (for more ...
0
votes
2answers
71 views

Fortify Insecure Redirect … but redirecting to your self?

I've an ASP.NET web application project that I scan through the Fortify Source Analyzer v3.1. The web project contains an ASPX that has a case where it redirects to itself. The code is: ...
0
votes
1answer
95 views

Writing rules in Fortify

Does anybody know how to write a rule in HP Fortify SCA to check for an XML tag value in an XLM file? I have an XML like this with a regular expression and want to write a rule which checks whether ...
0
votes
2answers
139 views

Is Visual Studio required to run Fortify on .net sources?

Is Visual Studio required to be installed on the machine if I want to run Fortify (from command line) on .net sources? I am trying to run fortify from command line but its always complaining about ...
0
votes
1answer
250 views

Fortify shows critical vulnerability File.Delete() operation C#

The following code always shows path manipulation problem. How to resolve it ? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using ...
0
votes
1answer
349 views

Can I target to framework64 the aspnet_compile when I call SourceAnalyzer - Fortify?

I'm creating a MSBuild to run Fortify Scan. The commands are: 1) sourceanalyzer -b MYBUILDID devenv SOLUTION.sln /REBUILD Debug 2) sourceanalyzer -b MYBUILDID -scan -f SOLUTION.fpr -format frp The ...
0
votes
1answer
88 views

Fotify scan with visual studio 2005 fails

I am trying to scan the C/C++/COM code with fortify 360 (SCA) through visual studio 2005 interface. The compilation goes through fine. But, fortify scan fails with warning " scan failed: value does ...
0
votes
2answers
309 views

Fortify360 with an automated build process?

Anyone have any sample configurations using CruiseControl.net or similar tool?
0
votes
7answers
3k views

Execute command in Hudson as Post-build Actions

I am new in Hudson. I would like to execute a 'sourcecodeanalyzer' command in Hudson as Post-build Actions to generate an html report. Please let me know is this at all possible, if yes let me know ...
0
votes
3answers
963 views

Does anyone use Fortify 360 with Classic ASP? a Header Manipulation vulnerability story

Good morning, everyone. I'm on a short-term contracting gig, trying to patch some vulnerabilities in their legacy code. The application I'm working on is a combination of Classic ASP(VBScript) and ...