Skip to content

Feature/517 release prepare report resolved security issues#797

Open
ckunki wants to merge 40 commits intomainfrom
feature/517-release_prepare_report_resolved_security_issues
Open

Feature/517 release prepare report resolved security issues#797
ckunki wants to merge 40 commits intomainfrom
feature/517-release_prepare_report_resolved_security_issues

Conversation

@ckunki
Copy link
Copy Markdown
Contributor

@ckunki ckunki commented Apr 20, 2026

Closes #517

Checklist

Note: If any of the items in the checklist are not relevant to your PR, just check the box.

For any Pull Request

Is the following correct:

  • the title of the Pull Request?
  • the title of the corresponding issue?
  • there are no other open Pull Requests for the same update/change?
  • that the issue which this Pull Request fixes ("Fixes...") is mentioned?

When Changes Were Made

Did you:

  • update the changelog?
  • update the cookiecutter-template?
  • update the implementation?
  • check coverage and add tests: unit tests and, if relevant, integration tests?
  • update the User Guide & other documentation?
  • resolve any failing CI criteria (incl. Sonar quality gate)?

When Preparing a Release

Have you:

  • thought about version number (major, minor, patch)?
  • checked Exasol packages for updates and resolved open vulnerabilities, if easily possible?

Comment thread doc/changes/unreleased.md
Comment thread exasol/toolbox/util/release/changelog.py
Comment thread exasol/toolbox/util/release/changelog.py Outdated
Comment thread exasol/toolbox/util/release/changelog.py Outdated
Comment thread exasol/toolbox/util/release/changelog.py Outdated
Comment thread test/unit/util/dependencies/track_vulnerabilities_test.py
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
@ckunki ckunki temporarily deployed to manual-approval April 21, 2026 09:46 — with GitHub Actions Inactive
@ckunki ckunki enabled auto-merge (squash) April 21, 2026 09:48
@ckunki ckunki disabled auto-merge April 21, 2026 09:53
@ckunki ckunki temporarily deployed to manual-approval April 21, 2026 09:58 — with GitHub Actions Inactive
@ckunki ckunki temporarily deployed to manual-approval April 21, 2026 12:31 — with GitHub Actions Inactive
config = {**defaults, **kwargs}

return subprocess.run(command, **config)
p = subprocess.run(command, **config)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you want check to not be updated with the **config? it seems like the logic in line 101 indicates that.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to use check=False by default but still allow use cases to specify check=True.
But I agree, maybe the current impl. it not 100% correct.

@ckunki ckunki deployed to manual-approval April 21, 2026 13:34 — with GitHub Actions Active
]

[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be required to run poetry export in the integration tests.

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify nox session release:prepare to add a summary section with resolved security issues

2 participants