Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Releases: Skyscanner/whispers

1.5.3

25 Aug 20:08
8657299
Compare
Choose a tag to compare
  • Add Github token formats

1.5.2

25 Aug 18:33
270da04
Compare
Choose a tag to compare
  • Add detection for new Github personal access token format

1.5.1

18 Aug 22:56
405e46a
Compare
Choose a tag to compare
  • Fix detection bugs

1.5.0

18 Aug 21:33
5635956
Compare
Choose a tag to compare
  • Bump jproperties 2.1.1
  • Bump astroid to 2.7.1
  • Fix rules when isBase64 and isAscii are true
  • Fix Python AST node concatenation bug
  • Increase unit test coverage
  • Optimize memory management (x5 faster scanning)
  • Simplify sensitive-files rule
  • Include rare Python3 file extensions
  • Add HTML comment detection
  • Add .dockercfg auth plugin and rule
  • Add Symfony-style placeholders (Fixes #62)
  • Add system exit code argument (Fixes #61)
  • Add report severity filter argument (Fixes #61)

1.4.9

31 May 20:32
4300687
Compare
Choose a tag to compare
  • Bump astroid to 2.5.7
  • Bump six to 1.16.0

1.4.8

19 Apr 16:09
08b3b89
Compare
Choose a tag to compare
  • Bump astroid from 2.5.1 to 2.5.3
  • Exclude tests from installed package

1.4.7

23 Mar 20:48
0b25bea
Compare
Choose a tag to compare
  • Fix false positives detected when parsing dictionary values

1.4.6

22 Mar 12:05
a8409b5
Compare
Choose a tag to compare
  • Bump lxml from 4.6.2 to 4.6.3

1.4.5

18 Mar 18:08
2b3aab9
Compare
Choose a tag to compare
  • Moved HTML comments to INFO level
  • Fix #46

1.4.4

06 Mar 00:06
031d6be
Compare
Choose a tag to compare

Initial HTML plugin useful for "linting" htm* files.
Currently only finds comments and reports them with key=comment, level=MINOR.