Skip to content

Commit c68943b

Browse files
committed
Merge branch 'main' into feature/402-Nox_session_report_resolved_security_issues
2 parents e70a2ef + 98543bb commit c68943b

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

doc/changes/unreleased.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ as described in the [Pull Request description](https://exasol.github.io/python-t
1313

1414
This release also adds a `vulnerabilities:resolved` Nox session, which reports GitHub security issues resolved since the last release.
1515

16+
This release fixes a vulnerability by updating the `poetry.lock` file.
17+
18+
| Name | Version | ID | Fix Versions | Updated to |
19+
|--------|---------|----------------|--------------|------------|
20+
| pytest | 9.0.2 | CVE-2025-71176 | 9.0.3 | 9.0.3 |
21+
22+
To ensure usage of secure packages, it is up to the user to similarly relock their dependencies.
23+
1624
## Features
1725

1826
* #402: Created nox session `vulnerabilities:resolved` to report resolved GitHub security issues
@@ -25,3 +33,7 @@ This release also adds a `vulnerabilities:resolved` Nox session, which reports G
2533
## Bugfix
2634

2735
* #766: Fixed `action/upload-pages-artifact` from v5 to v5.0.0
36+
37+
## Security
38+
39+
* #774: Fixed vulnerability by re-locking `pytest` in the `poetry.lock`

doc/user_guide/features/github_workflows/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,13 @@ When configured as described on :ref:`github_project_configuration`, the
112112
workflows, like ``slow-checks.yml``. This allows developers to update their pull
113113
request more often and to only periodically run the more time-expensive tests.
114114

115-
The `report.yml` is called twice:
116-
#. after the steps in `checks.yml` successfully finish - this allows developers
117-
to get faster feedback for linting, security, and unit test coverage.
118-
#. after the steps in `slow-checks.yml` successfully finish - this gives developers an
119-
overview of the total coverage, as well as the information provided from running
120-
the `checks.yml`
115+
The ``report.yml`` is called twice:
116+
117+
#. after the steps in ``checks.yml`` successfully finish - this allows developers
118+
to get faster feedback for linting, security, and unit test coverage.
119+
#. after the steps in ``slow-checks.yml`` successfully finish - this gives developers an
120+
overview of the total coverage, as well as the information provided from running
121+
the ``checks.yml``
121122

122123
In both scenarios, the results are posted in the PR and made available on Sonar's UI.
123124
Note that Sonar does not keep historical information, so it will only show the latest

poetry.lock

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

0 commit comments

Comments
 (0)