Skip to content

Commit

Permalink
Merge pull request #388 from fedejaure/fix-security-issues
Browse files Browse the repository at this point in the history
fix safety issues
  • Loading branch information
fedejaure authored Jan 11, 2025
2 parents 270839b + a91d484 commit 09d545b
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
strategy:
matrix:
distro:
- debian10
- debian11
- ubuntu2004
- debian12
- ubuntu2204
- ubuntu2404
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 3 additions & 6 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ security: # configuration for the `safety check` command
ignore-cvss-unknown-severity: False # True or False. We recommend you set this to False.
ignore-vulnerabilities: # Here you can list multiple specific vulnerabilities you want to ignore (optionally for a time period)
# We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore.
70612:
reason: we do not use the vulnerable function
expires: '2025-10-10'
73302:
reason: we do not use the vulnerable function
expires: '2025-10-10'
# 70612:
# reason: we do not use the vulnerable function
# expires: '2025-10-10'
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Debian `Bullseye` support.
- Ubuntu `Jammy Jellyfish` support.
- Debian `Bullseye` and `Bookworm` support.
- Ubuntu `Jammy Jellyfish` and `Noble Numbat` support.

### Removed
- Debian `Stretch` support.
- Ubuntu `Bionic Beaver` support.
- Debian `Stretch` and `buster` support.
- Ubuntu `Bionic Beaver` and `Focal Fossa` support.

## [0.2.0] - 2023-04-10
### Changed
Expand Down
127 changes: 65 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ package-mode = false

[tool.poetry.dependencies]
python = "<3.12,>=3.11"
ansible = "^10.6.0"
ansible = "^11.1.0"
pylint = "^3.3.3"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
Expand Down Expand Up @@ -43,7 +44,6 @@ flake8-annotations = "^2.9.1"
flake8-docstrings = "^1.7.0"
flake8-bandit = "^3.0.0"
darglint = "^1.8.1"
pylint = "^3.3.1"

[tool.flakeheaven]
format = "grouped"
Expand Down

0 comments on commit 09d545b

Please sign in to comment.