2.2.0
Whispers 2.2.0 release notes
- License change
- Compatibility improvements
- Standardize severity levels
- Minor code refactor
- Detection improvements
- Add XML cases
- Add
apikey-maybe
rule
💫 Licensing changes (again) 💫
Version 2.1 was released under GNU General Public License v3.0, which is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.
Version 2.2 is released under BSD 3-Clause License, which is a permissive license that prohibits others from using the name of the copyright holder or its contributors to promote derived products without written consent.
This change removes source code disclosure requirement 🕵️
❌ Breaking changes ❌
❌ Severity levels ❌
Severity level names have been adapted to a more common format. For example, BLOCKER
is replaced by Critical
and so on. The full list is as follows:
Version 2.1 (before) | Version 2.2 (now) |
---|---|
BLOCKER |
Critical |
CRITICAL |
High |
MAJOR |
Medium |
MINOR |
Low |
INFO |
Info |
Instead of
whispers -s BLOCKER dir/or/file
use
whispers -s Critical dir/or/file
See README for details and examples.
Changelog
Version | Release notes |
---|---|
2.0.0 | https://github.com/adeptex/whispers/releases/tag/2.0.0 |
2.1.0 | https://github.com/adeptex/whispers/releases/tag/2.1.0 |
2.2.0 | https://github.com/adeptex/whispers/releases/tag/2.2.0 |
What's Changed
- Bump astroid from 2.12.9 to 2.12.10 by @dependabot in #62
- Bump typing-extensions from 4.3.0 to 4.4.0 by @dependabot in #63
- Bump astroid from 2.12.10 to 2.12.11 by @dependabot in #64
- Bump astroid from 2.12.11 to 2.12.12 by @dependabot in #65
- Bump astroid from 2.12.12 to 2.12.13 by @dependabot in #68
- Bump lxml from 4.9.1 to 4.9.2 by @dependabot in #69
- Bump astroid from 2.12.13 to 2.13.2 by @dependabot in #71
- Bump lazy-object-proxy from 1.7.1 to 1.9.0 by @dependabot in #70
- Bump astroid from 2.13.2 to 2.13.3 by @dependabot in #72
- Bump astroid from 2.13.3 to 2.14.1 by @dependabot in #73
- Bump beautifulsoup4 from 4.11.1 to 4.11.2 by @dependabot in #74
- Bump astroid from 2.14.1 to 2.14.2 by @dependabot in #75
- Bump typing-extensions from 4.4.0 to 4.5.0 by @dependabot in #77
- Bump soupsieve from 2.3.2.post1 to 2.4 by @dependabot in #76
- Bump wrapt from 1.14.1 to 1.15.0 by @dependabot in #79
- Bump astroid from 2.14.2 to 2.15.0 by @dependabot in #80
- Bump beautifulsoup4 from 4.11.2 to 4.12.0 by @dependabot in #81
- Bump astroid from 2.15.0 to 2.15.1 by @dependabot in #82
- Bump jellyfish from 0.9.0 to 0.11.0 by @dependabot in #83
- Bump astroid from 2.15.1 to 2.15.2 by @dependabot in #84
- Bump jellyfish from 0.11.0 to 0.11.2 by @dependabot in #85
- Bump beautifulsoup4 from 4.12.0 to 4.12.1 by @dependabot in #86
- Bump beautifulsoup4 from 4.12.1 to 4.12.2 by @dependabot in #87
- Bump astroid from 2.15.2 to 2.15.3 by @dependabot in #88
- Bump astroid from 2.15.3 to 2.15.4 by @dependabot in #90
- Bump soupsieve from 2.4 to 2.4.1 by @dependabot in #89
- Bump astroid from 2.15.4 to 2.15.5 by @dependabot in #91
- Bump typing-extensions from 4.5.0 to 4.6.1 by @dependabot in #94
- Bump typing-extensions from 4.6.1 to 4.6.2 by @dependabot in #95
- Bump typing-extensions from 4.6.2 to 4.6.3 by @dependabot in #96
- Bump jellyfish from 0.11.2 to 1.0.0 by @dependabot in #98
- Bump typing-extensions from 4.6.3 to 4.7.1 by @dependabot in #101
- Bump lxml from 4.9.2 to 4.9.3 by @dependabot in #102
- 2.2.0 by @adeptex in #106
- UTF8 Locale by @adeptex in #112
Full Changelog: 2.1.5...2.2.0