Skip to content

fix(api): Validate more user-provided int ids#115248

Open
kcons wants to merge 2 commits intomasterfrom
kcons/keepitid
Open

fix(api): Validate more user-provided int ids#115248
kcons wants to merge 2 commits intomasterfrom
kcons/keepitid

Conversation

@kcons
Copy link
Copy Markdown
Member

@kcons kcons commented May 8, 2026

Updates ISWF-2595.

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 8, 2026
@kcons kcons marked this pull request as ready for review May 8, 2026 23:31
@kcons kcons requested review from a team as code owners May 8, 2026 23:31
rule_id = serializers.CharField(required=False)
alert_rule_id = serializers.CharField(required=False)
workflow_id = serializers.CharField(required=False)
rule_id = serializers.IntegerField(required=False, min_value=1)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

is this extra from #115245 ?

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

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants