Skip to content

Conversation

@nurof3n
Copy link
Contributor

@nurof3n nurof3n commented Nov 14, 2025

No description provided.

This commit switches to the more stable openapi-generator-cli tool for
generation, which also fixes some missing types for fields.

Signed-off-by: Alex-Andrei Cioc <andrei.cioc@unikraft.io>
@nurof3n nurof3n force-pushed the nurof3n/chore/regenerate-api branch from 18d9e47 to 14e97ba Compare November 17, 2025 17:11
if value is None:
return value

if not re.match(r"^([a-zA-Z]+?=(?:(?![a-zA-Z]+?=.*?).)*,*)*$", value):

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'A=' and containing many repetitions of 'A='.
if value is None:
return value

if not re.match(r"^([a-zA-Z0-9=_-]+ *)*$", value):

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings containing many repetitions of '-'.
if value is None:
return value

if not re.match(r"^([a-zA-Z0-9=_-]+ *)*$", value):

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings containing many repetitions of '-'.
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.

2 participants