v1.3.0 Release
- Variable scoping analysis capabilities have been added to inspect the Function and Global variable content, when available.
- Every check now has an importance and accuracy attribute which helps the auditor to determine the importance of each finding. Consequently, we also introduced some new command line flags to filter the results by severity (
--severity
) and by confidence (--confidence
), useful for tailored Electronegativity integration in your application security pipelines or build systems. - Add support for
BrowserView
andnodeIntegrationInSubFrames
- Add the
-r, --relative
flag to display relative path for files - Upgraded
typescript-estree
to@typescript-eslint/typescript-estree
in order to support newer versions of TypeScript - Several bug fixes and improvements (#49, #50, 84316b1, b32b81b, 04016b3)
The official manual for this 1.3.0 release is also available.