Skip to content

Validate: add input validation for Poetry version format#75

Merged
colindean merged 1 commit into
target:mainfrom
Tiago-Vier-Preto:feature/validate-input-poetry-version
May 12, 2026
Merged

Validate: add input validation for Poetry version format#75
colindean merged 1 commit into
target:mainfrom
Tiago-Vier-Preto:feature/validate-input-poetry-version

Conversation

@Tiago-Vier-Preto
Copy link
Copy Markdown

@Tiago-Vier-Preto Tiago-Vier-Preto commented May 5, 2026

Description

  • Added strict validation for INPUT_POETRY_VERSION in entrypoint.sh

  • Ensures the version matches ^[0-9]+.[0-9]+.[0-9]+$

  • Rejects invalid values with an error message and exits before attempting Poetry install

Fixes #69

Signed-off-by: Tiago Vier Preto <83984051+Tiago-Vier-Preto@users.noreply.github.com>
@Tiago-Vier-Preto Tiago-Vier-Preto force-pushed the feature/validate-input-poetry-version branch from d27886b to 6446008 Compare May 5, 2026 21:51
Copy link
Copy Markdown
Collaborator

@colindean colindean left a comment

Choose a reason for hiding this comment

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

Thank you so much for your contribution, @Tiago-Vier-Preto! You're the first external contributor since we started this fork. It means a lot that you'd spend some time, however great or small, to improve this.

@colindean colindean merged commit 39e5433 into target:main May 12, 2026
8 of 9 checks passed
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.

Validate INPUT_POETRY_VERSION

2 participants