NShiftKey-Rule-Guide
1. Vulnerability Description
- Math programming does not recommend using null, nor does Scala recommend using null.
- link : https://docs.scala-lang.org/overviews/scala-book/no-null-values.html
2. Vulnerability Countermeasure
- Refrain from using null and use Option/Some/None, which enables expection without using null.