I create some custom rules using Fortify, but I wonder if there is a way to configure these rules so that they can be language specific.
The reason for this is the ability to provide custom descriptions in Java and .NET for SQL injections, for example, and custom references so that they can be language specific.
Fortify seems to map custom rules into categories, but the problem arises when we have two packages: one for .NET and the other for Java, and both of them provide a category called Cross-Site Scripting.
Do you guys know how to make these rules language specific?
Thanks.
source
share