Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Releases: webschik/tslint-config-security

v1.16.0

13 Apr 10:52
Compare
Choose a tag to compare
  • AST walkers are rewritten to use more performant functional TSLint API
  • Added more details about each rule (#17 )

v1.15.0

13 Jan 14:02
Compare
Choose a tag to compare
  • added tsr-detect-unsafe-properties-access rule

v1.14.0

29 Dec 12:01
Compare
Choose a tag to compare
  • Fixed tsr-detect-non-literal-fs-filename rule (#13)

v1.13.0

12 Nov 19:26
Compare
Choose a tag to compare
  • added tsr-detect-unsafe-cross-origin-communication rule
  • added new Function verification in tsr-detect-eval-with-expression rule

v1.12.0

15 Oct 17:40
Compare
Choose a tag to compare
  • moved typescript to peerDependencies
  • added handling of NoSubstitutionTemplateLiteral in the rules

v1.11.0

13 Oct 10:42
e58c93f
Compare
Choose a tag to compare
  • added tsr-detect-sql-literal-injection rule
  • added tslib as a peer dependency (closes #9)

v1.10.0

11 Oct 07:25
Compare
Choose a tag to compare
  • excluded configs for dev. tools from NPM publishing (closes #8)

v1.8.0

10 Oct 17:33
Compare
Choose a tag to compare
  • Updated Typescript & TSLint to be compatible with TS 3 and TSLint 5.8 (closes #7)

v1.7.0

09 Oct 20:00
Compare
Choose a tag to compare
  • fixed checking of the template strings in tsr-detect-non-literal require rule
  • added new test case for tsr-detect-non-literal-fs-filename rule

v1.6.0

09 Oct 19:01
Compare
Choose a tag to compare
  • added more check to tsr-detect-possible-timing-attacks rule (closes #6)