Tagged Questions
The fortify-software tag has no wiki summary.
4
votes
4answers
2k views
Is EnableHeaderChecking=true enough to prevent Http Header Injection attacks?
Is it sufficient to have System.Web.Configuration.HttpRuntimeSection.EnableHeaderChecking set to true (default) to fully prevent Http Header Injection attacks like Response Splitting etc.?
I'm asking ...
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
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
2answers
2k views
Fortify throws error while scanning Visual Studio project
I'm trying to run Fortify on a Visual Studio 2008 project. The project builds successfully on its own. When I try to analyze the project with Fortify using the Visual Studio integrated controls, the ...
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
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
1answer
156 views
In fortify audit workbench tool what do u mean by filter set
In fortify audit workbench tool we have different type of filter set say
1.security auditor view
2.developer view
3.critical exposure
4.hotspot etc
what are those filter set and what are the ...
0
votes
1answer
389 views
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 issues are pointing to Response.Redirect(). Please have a look at the below code where I ...
0
votes
2answers
344 views
Fortify command line usage
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.
0
votes
2answers
309 views
Fortify360 with an automated build process?
Anyone have any sample configurations using CruiseControl.net or similar tool?
0
votes
1answer
407 views
How to skip selected error reported by fortify source code analyzer?
While getting scource code analyzed by fortify source code analyzer if I want to skip selected catagory say "Poor Error Handling : Empty Catch Block" - is there any way to do that? In case of ...
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 ...
-1
votes
1answer
115 views
How to use Fortify to analyse T-SQL
sourceanalyzer -b ID ttt.sql (no error)
sourceanalyzer -b ID -scan -f result.fpr (no error)
But when I used Fortify Audit Workbench to open the result.fpr file,there is nothing in Issues(no Hot,no ...