Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This walkthrough on configuring application in ThreadFix to take advantage of ThreadFix's Hybrid Analysis Mapping (HAM) capabilities allows for interactions such as:

...

better static-dynamic vulnerability merging

...

.

Supported Languages and Frameworks for ThreadFix Hybrid Analysis Mapping (HAM)

...

  • Java/JSP
  • Java/Spring
  • Java/Struts
  • C#/ASP.NET WebForms
  • C#/ASP.NET MVC
  • Ruby/Ruby on Rails (2.3 development branch)

Support for additional languages and frameworks is planned. Source code can be imported from git repositories, subversion repositories or from local or network folder locations with additional source code access methods planned.

...

  • Application Type - What type (language and framework) is thisdoes the application use? The "Detect" option is preferable because ThreadFix will look at the project folder and attempt to detect the language and framework. If there are detection issues, the specific language and framework can be selected. Please note that currently only Java/JSP and Java/Spring applications are supported by ThreadFix's HAM engine. 
  • Source Code URL: This is the git or Subversion URL where the application's source code can be found. Currently only anonymous git access is supported and this is a known issue..
  • Source Code Branch: The branch of the source code repository to use for analysis (optional)
  • Source Code Revision A specific source code revision to use for analysis (optional)
  • Source Code User Name: The user name to use for source code repository access. If none is provided, anonymous access to the source code repository will be used.
  • Source Code Password: The password to use for source code repository access
  • Source Code Folder: This is the folder (from the perspective of the ThreadFix server) where the application source code can be found if the application is not available via git /SVNor Subversion.

Providing ThreadFix with access to the application source code will allow the server to perform a lightweight static analysis of the source code and build an internal database of the application's attack surface and the source code elements responsible for each piece of attack surface. This attack surface database allows for the advanced interactions both inside of ThreadFix and with external tools that was mentioned above.

...