Skip to content

Commit

Permalink
Addressed safety issues up to 2024-12-29
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Dec 29, 2024
1 parent 089e3e1 commit 29d45cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .safety-policy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ security:
reason: Fixed ansible-core version is 2.15.2, but we support older ansible versions
73302:
reason: Advice to use no_log when reading sensitive variables - not related to any fixes
74221:
reason: Fixed ansible-core version is 2.14.18rc1, but we support older ansible versions
74261:
reason: Fixed ansible-core version is 2.18, but we support older ansible versions

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 2 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Fixed safety issues up to 2024-12-29.

* Test: Fixed duplicate 'description' properties in test YAML files.
(issue #1097)

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ansible==9.0.1; python_version >= '3.12'
# ansible-core is pulled in by ansible>=4.0, and is needed for pip-check-reqs checks.
ansible-core==2.11.12; python_version == '3.9'
ansible-core==2.12.10; python_version == '3.10'
ansible-core==2.14.14; python_version == '3.11'
ansible-core==2.14.18; python_version == '3.11'
ansible-core==2.16.3; python_version >= '3.12'

# other ansible or ansible-core dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ansible>=9.0.1; python_version >= '3.12'
# ansible-core is pulled in by ansible>=4.0, and is needed for pip-check-reqs checks.
ansible-core>=2.11.12; python_version == '3.9'
ansible-core>=2.12.10; python_version == '3.10'
ansible-core>=2.14.14; python_version == '3.11'
ansible-core>=2.14.18; python_version == '3.11'
ansible-core>=2.16.0; python_version >= '3.12'

requests>=2.32.2
Expand Down

0 comments on commit 29d45cd

Please sign in to comment.