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 resource.
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.
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
Benchmarking Security Skills: Streamlining Secure-by-Design in the Enterprise
The Secure-by-Design movement is the future of secure software development. Learn about the key elements companies need to keep in mind when they think about a Secure-by-Design initiative.
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
Trust Score Reveals the Value of Secure-by-Design Upskilling Initiatives
Our research has shown that secure code training works. Trust Score, using an algorithm drawing on more than 20 million learning data points from work by more than 250,000 learners at over 600 organizations, reveals its effectiveness in driving down vulnerabilities and how to make the initiative even more effective.
Reactive Versus Preventive Security: Prevention Is a Better Cure
The idea of bringing preventive security to legacy code and systems at the same time as newer applications can seem daunting, but a Secure-by-Design approach, enforced by upskilling developers, can apply security best practices to those systems. It’s the best chance many organizations have of improving their security postures.
The Benefits of Benchmarking Security Skills for Developers
The growing focus on secure code and Secure-by-Design principles requires developers to be trained in cybersecurity from the start of the SDLC, with tools like Secure Code Warrior’s Trust Score helping measure and improve their progress.
Driving Meaningful Success for Enterprise Secure-by-Design Initiatives
Our latest research paper, Benchmarking Security Skills: Streamlining Secure-by-Design in the Enterprise is the result of deep analysis of real Secure-by-Design initiatives at the enterprise level, and deriving best practice approaches based on data-driven findings.