-
Notifications
You must be signed in to change notification settings - Fork 7
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
Preventing imeta mod bypass #69
Conversation
this is to address #58? |
7786d8c
to
0aadb75
Compare
good so far - let's get a couple tests in today. |
All we need now are the tests and we're good to go. |
0aadb75
to
7afcd4f
Compare
Added test, and force-pushed because I forgot to update main on my repo after my last PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the final review comments are resolved. Please run the tests and report whether they succeeded/failed.
Don't forget to mark comments resolved as you complete them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be the one.
Please run the tests and let us know if they pass or fail.
Tests pass. |
Good. Please squash to taste, no #'s |
95e5a99
to
99a0937
Compare
Squashed |
Let's adjust the commit message so that it isn't specific to
Looking at the test again, it appears we're missing tests which prove I'll write up an issue for that. We can add tests in a later PR. |
99a0937
to
ba1f6d4
Compare
Amended! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the pound.
ba1f6d4
to
6401264
Compare
Octothorpe'd |
Please cherry-pick to the 4-3-stable branch, no #'s. |
@FifthPotato ping! |
Seems to work so far. Need to do a bit more research to figure out if there are any other cases I missed.
Need to write tests, too.