Versions Compared

Key

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

...

Info

new version of Kiuwan Engine has been released that incorporates bug fixes, performance and reliability improvements in rules and parsers.

Kiuwan Engine is the binary code executed when an analysis is run.

  • If the engine is not blocked in your Kiuwan account, the engine will upgrade automatically to the last version of Kiuwan Engine once a new analysis is run
  • If the engine is blocked, your kiuwan engine will not be modified.

 

 

Support for Scala programming language

...

Scala is a a general-purpose programming language providing support for functional programming and a strong static type system.

...

Enhanced support for PL-SQL

Kiuwan has increased PL-SQL security analysis by incorporating 6 new security rules:

 

OPT.PLSQL.SEC.ForbiddenCall
OPT.PLSQL.SEC.InsecureRandomness
OPT.PLSQL.SEC.SleepInjection
OPT.PLSQL.SEC.SqlInjection
OPT.PLSQL.SEC.TooBroadGrant
OPT.PLSQL.SEC.SecondOrderSqlInjection

 

Support for SAML Single Sign-On (SSO)

...

Since April 2019 release, Kiuwan allows you to login in a Single Sign-One (SSO) environment.

...

Vulnerabilities and Licenses Policy Management in Kiuwan Insights

...

When searching for Vulnerabilities on open source code used by your application, you can now define your custom policy. Thus, you can decide now if raising alerts on specific vulnerabilities and conditions.

...

You can find further info at Vulnerabitities Management and Licenses Policies Management

 

 

Insights support for Ruby

Kiuwan Insights now support discovering of Ruby open-source dependencies used by your app,as well as informing of Ruby vulnerabilities reported to NVD

 

 

Kiuwan for Developers plugin for VisualStudio Code

 

...

 

 

=======

Support for Apache Cordova framework

Apache Cordova is a mobile application development framework  that enables software programmers to build applications for mobile devices using CSS3, HTML5, and JavaScript, instead of relying on platform-specific APIs like those in Android, iOS, or Windows Phone.

This new Kiuwan Engine provides support for Apache Cordova framework, including new rules that you can find selecting Cordova framework.

Specific rules addressed to Cordova:

  • OPT.HTML.CORDOVA.ShouldUseContentSecurityPolicy 
  • OPT.JAVASCRIPT.CORDOVA.AvoidClickEvent 
  • OPT.JAVASCRIPT.CORDOVA.AvoidEnabledDebugMode 
  • OPT.JAVASCRIPT.CORDOVA.InsecureAndroidMinSdkVersion 
  • OPT.JAVASCRIPT.CORDOVA.TooBroadAccessOrigin 
  • OPT.JAVASCRIPT.CORDOVA.WhitelistPluginNotInstalled

 

Support for ASP.NET Razor C# (cshtml)

Razor is an ASP.NET programming syntax used to create dynamic web pages with the C# or VB.NET programming languages.

This new Kiuwan Engine provides support for Razor ASP.NET for C#, providing parsing facilities for .cshtml files.

By being able to process .cshtml files, C# security rules improve its capabilties to detect security vulnerabilties.