Release 2.0.8.0

Release Date: 26th November’21

  • We have added 3 new C++ 4 checks that map to CWE 2
Sr. NoCPP checksCWE tags
1.unvalidated param as indexCWE-129
2.Improper input validationCWE-20
3.unvalidated memory allocation-
  • Added Compliance for 25 CERT 1 C/CPP checks.
  • We have added 6 Java vulnerability checks that map to CWE 2
Sr.NoJava checksCWE tags
1.Do Not Call System ExitCWE-382
2.Redirect Without ExitCWE-692
3.Missing required cryptographic stepCWE-325
4.Sensitive Data In Serializable ClassCWE-499
5.Missing Break Statement In SwitchCWE-484
6.Avoid Throwing Generic ExceptionCWE-397
  • Added 50 new checks and upgraded version to 1.18.1 for Kotlin language detekt linter.
  • Added 41 new checks for solidity by Integrating new linter Sohlint.
  • Added support to SCSS (Syntactically Awesome Style Sheet).
  • Bug fixes