Skip to content

Comments

Fix regexp to not have too wide range#47819

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:add-proper-regexp
Mar 15, 2025
Merged

Fix regexp to not have too wide range#47819
potiuk merged 1 commit intoapache:mainfrom
potiuk:add-proper-regexp

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Mar 15, 2025

The regexp (detected by CodeQL) had too wide range of chars (it was intended to only have A-Z.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The regexp (detected by CodeQL) had too wide range of chars (it
was intended to only have A-Z.
@potiuk potiuk marked this pull request as ready for review March 15, 2025 20:30
@potiuk
Copy link
Member Author

potiuk commented Mar 15, 2025

It's been there forever :)

Copy link
Member

@gopidesupavan gopidesupavan left a comment

Choose a reason for hiding this comment

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

cool :) hiding in the den

@potiuk potiuk merged commit 56e0eed into apache:main Mar 15, 2025
44 of 65 checks passed
@potiuk potiuk deleted the add-proper-regexp branch March 15, 2025 21:44
@bugraoz93
Copy link
Contributor

bugraoz93 commented Mar 16, 2025

Nice, regexp is playing hide & seek :)

agupta01 pushed a commit to agupta01/airflow that referenced this pull request Mar 21, 2025
The regexp (detected by CodeQL) had too wide range of chars (it
was intended to only have A-Z.
nailo2c pushed a commit to nailo2c/airflow that referenced this pull request Apr 4, 2025
The regexp (detected by CodeQL) had too wide range of chars (it
was intended to only have A-Z.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants