8000 Merge pull request #410 from pyupio/master · pyupio/safety@394ef07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 394ef07

Browse files
Merge pull request #410 from pyupio/master
Pull from Master
2 parents cef4eb2 + 7455228 commit 394ef07

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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
14+
- Removed Travis and Appveyor, the CI/CD was migrated to GitHub Actions
915

1016
## [2.1.1] - 2022-07-18
1117
- Fix crash when running on systems without git present (Thanks @andyjones)

safety/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0.dev
1+
2.2.0

tests/action/Pipfile.lock-secure

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/action/poetry.lock-secure

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0