File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is partly based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) and [ PEP 440] ( https://peps.python.org/pep-0440/ )
77
8- ## [ Unreleased] 2.2.0.dev
8+ ## [ 2.2.0] - 2022-09-19
9+ - Safety starts to use dparse to parse files, now Safety supports mainly Poetry and Pipenv lock files plus other files supported by dparse.
10+ - Added logic for custom integrations like pipenv check.
11+ - The --db flag is compatible remote sources too.
12+ - Added more logging
13+ - Upgrade dparse dependency to avoid a possible ReDos security issue
914
1015## [ 2.1.1] - 2022-07-18
1116- Fix crash when running on systems without git present (Thanks @andyjones )
Original file line number Diff line number Diff line change 1- 2.2.0.dev
1+ 2.2.0
You can’t perform that action at this time.
0 commit comments