Vulnerability checker

Analyze your codebase and highlight known vulnerabilities in go.mod

Along with packages that have vulnerabilities in go.mod, GoLand highlights method calls from packages with known vulnerabilities right in your editor.

To check your code for known vulnerabilities, in the main menu click Code | Analyze Code | Show Vulnerable Dependencies.


Related Resources

Create a function in another package
Type a non-existing function name and generate its implementation in a package of your choice
Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions
Convert between different types of strings
Convert strings that are surrounded by backticks to double-quoted ones and vice-versa