Skip to content

v1.3.0 Release

Compare
Choose a tag to compare
@phosphore phosphore released this 11 Jun 15:47
· 131 commits to master since this 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 and nodeIntegrationInSubFrames
  • 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.