Strengthening crawling in .net network project

I have a project .NET Core

. I am trying to run a Fortify check. As far as I know, the Fortify VS2017 plugin is not yet available, but I am curious if it is possible that I can use .NET Core SDK

to work on the plugin to do a Fortify check? If so, how can I include this in my clean, translate and scan commands?

Current version of Fortify:

HPE Security Fortify Static Code Analyzer 16.10.0095 (using JVM 1.8.0_72)

      

+3


source to share


1 answer


.NET Core is supported in Fortify SCA v17.20



+1


source







All Articles