Snyk Code - Supported languages and frameworks
For environments supported with other Snyk products, see: Snyk Open Source - supported languages and package managers, Snyk Container - Supported operating system distributions, and Snyk IaC and Cloud - Supported providers.
Snyk Code is based on a deep-code, semantic-code Analysis Engine, which uses AI to continuously learn from billions of lines of code, and 100s of millions of code fixes, in the global development community. The Snyk Code AI Engine continuously evolves the human-guided reinforced learning cycle led by Snyk security researchers and engineers. See this blog article for more details.
When files are provided for analysis, the engine determines which file to feed into which parser, in a language-independent common intermediate format. This format preserves and exposes characteristics of the scanned source code.
This technology allows Snyk Code to:
- Support any programming language easily.
- Support multi-language projects, spanning security scans over the different languages.
- Unveil interfile issues, such as issue patterns spread over several source files, which are typically especially hard to track.
- Find issue patterns using the Snyk Code engine, compiling the found issues as a report.
Snyk Code currently supports the following programming languages:
- C#
- C/C++ (Open Beta)
- Go
- Java
- JavaScript
- PHP (currently does not support interfile)
- Python
- Ruby (currently does not support interfile)
- TypeScript
- Apex
- Scala
- Swift
- Kotlin (Open Beta)
- VB.NET (Open Beta)
Beta support exists for Kotlin, VB.NET, and C/C++. Contact Snyk for more details or with your additional needs.
Snyk Code can work with a variety of relevant language types:
- Dynamically typed languages such as JavaScript and Python.
- Optionally strong typed languages such as TypeScript.
- Strong typed languages such as Java.
For a full list of Vulnerability Types/Security Rules that are applied to each supported language by Snyk Code, see Security Rules used by Snyk Code.
The following are the supported extensions:
- apex, trigger, ejs, es, es6, htm, html, js, jsx, ts, tsx, mjs, cjs, vue, java, erb, haml, rb, rhtml, slim, scala, swift, py, go, ASPX, CS, php, xml, jsp, jspx, cls, c, cc, cpp, cxx, h, hpp, hxx
If enabled via the Beta program, the following extensions may be scanned as well:
- kt, vb
To support a specific framework, Snyk Code needs to both support the relevant language, and to be trained on projects using the framework. The found patterns are then annotated by our security team and extended by curated content.
Most framework are supported "out of the box" as Snyk Code only need to be able to parse the code to analyze it. In some cases they might require specific rules, or it might require specific program analysis engine update or both. If you notice any gaps in a specific framework support contact our Support team with the details/examples and our team will work on it.
These are some of the explicitly supported frameworks for Python; those are in addition to the general support for many frameworks.
These are some of the explicitly supported frameworks for C/C++; those are in addition to the general support for many frameworks.
- C++ Standard Library - a collection of classes and functions from the C++ core language.
- POSIX - a C library for standard POSIX systems.
These are some of the explicitly supported frameworks for C#; those are in addition to the general support for many frameworks.
- .NET framework: .NET is an open source developer platform, created by Microsoft and used to build a variety of application types. Snyk Code supports .NET 6.
- ASP.NET (version 6.x): ASP.NET is a free and open source framework to build web apps and services using .NET. Snyk Code supports version 6.x.
- .NET Core: Microsoft created .NET Core to make the .NET framework cross-platform and enable a number of scenarios. The .NET framework and .NET Core share many components and code can be exchanged. (Microsoft provides guidance when to choose which)
The framework support is always determined by the file extensions known to the engine. For example, the engine does not scan
*.cshtml
files, but scans the associated *.cshtml.cs
files.These are some of the explicitly supported frameworks for PHP; those are in addition to the general support for many frameworks.
- Symfony: Backend framework used to build complex applications.
- Laravel: Backend framework used to build modern web applications.
.trigger
files are supported.For information about Kotlin frameworks that support code analysis, see the code analysis information on the Java and Kotlin page.
These are some of the explicitly supported frameworks for Scala; those are in addition to the general support for many frameworks.
- Play
- Akka
- HTTP4S
For information about Swift frameworks that support code analysis, see the code analysis information on the Swift and Objective-C page.
Snyk Code automatically excludes the following files from analysis:
- On the Web UI - files that are larger than 1MB.
- On the CLI and IDE - files that are larger than 1MB.
- Minified JS files with 3 or less lines.
The analysis is available only for files with names shorter or equal to 255 characters. You receive an error if the filename exceeds this limit. To make sure that all files are being analyzed, consider shortening long filenames.
Feature availability
Code Quality is an experimental feature. If you are interested in using the feature, contact your Snyk team.
Last modified 3d ago