blue-sky
blue-sky

Reputation: 53806

Fortify Error : "No rules file found"

When I run a Fortify analysis against a Java project I receive this error :

[warning]: No rules files found
[error]: No rules files found

Where can I configure the rules file ?

Upvotes: 14

Views: 24500

Answers (3)

Ram
Ram

Reputation: 1

Reinstalling fortify by connecting to client vpn resolved the issue.

Upvotes: 0

Anwuna
Anwuna

Reputation: 1113

To download the fortify rules files

  1. Navigate to the bin folder of your fortify installation
  2. Enter fortifyupdate.cmd.

If your network uses a proxy server, before running fortifyupdate.cmd specify your proxy server as follows

  1. Navigate to the bin folder of your fortify installation
  2. Enter scapostinstall
  3. Enter 2 to select Settings
  4. Enter 2 to select Proxy Server Host
  5. Enter the name of the proxy server
  6. Enter 3 to select Proxy Server Port.
  7. Enter the proxy server's port number.
  8. Exit and run fortifyupdate.cmd

Upvotes: 12

bvamos
bvamos

Reputation: 772

The folder \Core\config\rules contains the rules files which can be dowloaded from update.fortify.com by invoking the command (on Windows):

bin\fortifyupdate.cmd

Upvotes: 20

Related Questions