Sensei Product Update - March 2021
It’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.
The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.
Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.
Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
Discover the latest improvements to the user experience of Sensei, Secure Code Warrior's IntelliJ plugin and start writing quality code even faster.
Secure Code Warrior is here for your organization to help you secure code across the entire software development lifecycle and create a culture in which cybersecurity is top of mind. Whether you’re an AppSec Manager, Developer, CISO, or anyone involved in security, we can help your organization reduce risks associated with insecure code.
Book a demoIt’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.
The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.
Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.
Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
It’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.
The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.
Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.
Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
Click on the link below and download the PDF of this one pager.
DownloadSecure Code Warrior is here for your organization to help you secure code across the entire software development lifecycle and create a culture in which cybersecurity is top of mind. Whether you’re an AppSec Manager, Developer, CISO, or anyone involved in security, we can help your organization reduce risks associated with insecure code.
View reportBook a demoIt’s already over two months into 2021 and along with it come some big improvements to the user experience of Sensei, Secure Code Warrior’s IntelliJ plugin. Let's dive right in and take a look at the exciting new things delivered in the latest releases.
Registering to install Sensei is no longer required
In previous versions of Sensei, it was a requirement to authenticate it with a Secure Code Warrior account. Now you can use Sensei without signing in at all. Just install it, and you’re good to go.
Get started even faster with the new quickstart guide
Not only do you no longer need to authenticate when you install Sensei, but now you can get started writing secure code even faster with the improved onboarding experience.
The new quickstart guide will present you with a scratch file containing code for which Sensei offers a quick fix. This demonstrates how to find and apply quick fixes from the get-go.
Jump right in and get into the flow of writing code even faster.
Easily find cookbooks
We’ve made it easier to find cookbooks for you to utilize. When you add a cookbook, we now also give you options to use one of our suggested cookbooks. You can also visit our Cookbook Index on GitHub, where you can find even more cookbooks to get you started. To make use of them, simply copy the link provided on the page, and use that as the URL when you add a new cookbook as per normal.
Recipes loaded automatically in project
It’s now easier than ever to load recipes to a project. As of our latest release, we’ll automatically look for recipes in a .sensei folder at the root of the project. If we find it, they will be loaded. How easy is that?
Better Java syntax coverage
We’ve expanded the coverage for more keywords in our Java model, enabling you to better target the exactcode you wantin your recipes. We’ve added support for the following keywords:
- assert
- finally
- switch
Improved number comparisons
We’ve added the ability to do relative comparisons against Integer values. You can now construct a recipe that searches for literals, as an example, where the value is between 1 and 10:
search:
literal:
integerValue:
greaterThan: 0
lessThan: 11
Support for IntelliJ 2021.1 EAP
We have added support for the IntelliJ 2021.1 EAP Build 1. You should not run into any issues when running 2021.1.1 on this build. While we continue to track the latest EAP builds of IntelliJ and do our best to ensure that we’re supporting the latest builds, keep in mind that you may still run into issues.
Further improvements
Along with the above, we’ve also improved the following:
- Improved error reporting
- Easier access to important functionalities
For more details on our recent releases, check out our release notes here.
Get Sensei now
Interested in taking your secure coding skills to the next level? Download Sensei and start writing better quality code today.
Table of contents
Secure Code Warrior is here for your organization to help you secure code across the entire software development lifecycle and create a culture in which cybersecurity is top of mind. Whether you’re an AppSec Manager, Developer, CISO, or anyone involved in security, we can help your organization reduce risks associated with insecure code.
Book a demoDownloadResources to get you started
DigitalOcean Decreases Security Debt with Secure Code Warrior
DigitalOcean's use of Secure Code Warrior training has significantly reduced security debt, allowing teams to focus more on innovation and productivity. The improved security has strengthened their product quality and competitive edge. Looking ahead, the SCW Trust Score will help them further enhance security practices and continue driving innovation.
Resources to get you started
Deep Dive: Navigating the Critical CUPS Vulnerability in GNU-Linux Systems
Discover the latest security challenges facing Linux users as we explore recent high-severity vulnerabilities in the Common UNIX Printing System (CUPS). Learn how these issues may lead to potential Remote Code Execution (RCE) and what you can do to protect your systems.
Deep Dive: Navigating the Critical CUPS Vulnerability in GNU-Linux Systems
Discover the latest security challenges facing Linux users as we explore recent high-severity vulnerabilities in the Common UNIX Printing System (CUPS). Learn how these issues may lead to potential Remote Code Execution (RCE) and what you can do to protect your systems.
Coders Conquer Security: Share & Learn - Cross-Site Scripting (XSS)
Cross-site scripting (XSS) uses the trust of browsers and ignorance of users to steal data, take over accounts, and deface websites; it's a vulnerability that can get very ugly, very quickly. Let's take a look at how XSS works, what damage can be done, and how to prevent it.