Skip to content

Spelling python #10802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Oct 17, 2022
Merged

Spelling python #10802

merged 53 commits into from
Oct 17, 2022

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Oct 12, 2022

follow-up to #10743

tausbn
tausbn previously approved these changes Oct 13, 2022
Copy link
Contributor

@tausbn tausbn left a comment

Choose a reason for hiding this comment

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

One minor change (that I've added as a suggestion, and will apply shortly), but otherwise this looks good to me. Thanks!

@github-actions
Copy link
Contributor

QHelp previews:

@tausbn
Copy link
Contributor

tausbn commented Oct 13, 2022

Ah, some of the changes need to be synchronised across files. Specifically (in the context of this PR), each of the following sets of files are required to have the same content:

javascript/ql/lib/semmle/javascript/security/regexp/ExponentialBackTracking.qll
python/ql/lib/semmle/python/security/regexp/ExponentialBackTracking.qll
ruby/ql/lib/codeql/ruby/security/regexp/ExponentialBackTracking.qll
java/ql/lib/semmle/code/java/security/regexp/ExponentialBackTracking.qll
javascript/ql/lib/semmle/javascript/security/regexp/SuperlinearBackTracking.qll
python/ql/lib/semmle/python/security/regexp/SuperlinearBackTracking.qll
ruby/ql/lib/codeql/ruby/security/regexp/SuperlinearBackTracking.qll
java/ql/lib/semmle/code/java/security/regexp/SuperlinearBackTracking.qll
javascript/ql/lib/semmle/javascript/security/regexp/RegexpMatching.qll
python/ql/lib/semmle/python/security/regexp/RegexpMatching.qll
ruby/ql/lib/codeql/ruby/security/regexp/RegexpMatching.qll
javascript/ql/lib/semmle/javascript/security/BadTagFilterQuery.qll
python/ql/lib/semmle/python/security/BadTagFilterQuery.qll
ruby/ql/lib/codeql/ruby/security/BadTagFilterQuery.qll

The easiest way to fix this is probably to revert the changes in this PR that affect the above files, and then make a separate PR for all of those changes (across all the affected languages).

@jsoref
Copy link
Contributor Author

jsoref commented Oct 13, 2022

Sounds good. I've already done that once for #10799.

Should I do them as one PR "common", or one PR per family (ExponentialBackTracking, ...)?

@tausbn
Copy link
Contributor

tausbn commented Oct 13, 2022

Should I do them as one PR "common", or one PR per family (ExponentialBackTracking, ...)?

I would just do them in one big PR. They're all somewhat related anyway.

@jsoref
Copy link
Contributor Author

jsoref commented Oct 13, 2022

I've kicked them over to the ruby PR #10801. I'll drop them from here...

tausbn
tausbn previously approved these changes Oct 13, 2022
Copy link
Contributor

@tausbn tausbn left a comment

Choose a reason for hiding this comment

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

Looks good to me. 👍

jsoref added 12 commits October 13, 2022 11:21
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
jsoref added 22 commits October 13, 2022 11:21
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Copy link
Contributor Author

@jsoref jsoref left a comment

Choose a reason for hiding this comment

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

Sorry, just tossed in a couple more.

I can kick them out if that's a problem.

Copy link
Contributor

@tausbn tausbn left a comment

Choose a reason for hiding this comment

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

Looks good to me. I'll run the CI and then merge it. 👍

@tausbn tausbn merged commit fa2faeb into github:main Oct 17, 2022
@jsoref jsoref deleted the spelling-python branch October 18, 2022 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation no-change-note-required This PR does not need a change note Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants