-
Notifications
You must be signed in to change notification settings - Fork 33
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
Switch helper package for the Public Suffix List #128
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Switch from using the deprecated (and very out-of-date) publicsuffix package to using the currently maintained publicsuffixlist package. The publicsuffixlist package has a compatibility layer specifically for code that is already using the publicsuffix package so changes are minimal.
8 tasks
jsf9k
approved these changes
Jan 23, 2023
6 tasks
dav3r
approved these changes
Jan 23, 2023
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.
👍 👍
1 task
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
cisagovbot
pushed a commit
that referenced
this pull request
Apr 26, 2023
Add @jasonodoom as a default codeowner
cisagovbot
pushed a commit
that referenced
this pull request
Jul 30, 2024
…/codeql-action-3 Bump github/codeql-action from 2 to 3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request switches Public Suffix List helper packages from publicsuffix to publicsuffixlist. Any necessary supporting changes are also made.
💭 Motivation and context
The publicsuffix package is deprecated and has not been maintained for years. It finally reached a breaking point during this past weekend's BOD 18-01 scanning run where the server hosting the maintained public suffix list no longer returned the
charset
header that publicsuffix expects. The publicsuffixlist package is the currently maintained one of the two alternatives mentioned by publicsuffix and it has a compatibility layer for existing code that uses publicsuffix.🔔 See also
🧪 Testing
Automated tests pass. I confirmed that I was able to perform a local scan using this branch.
✅ Pre-approval checklist
✅ Pre-merge checklist
✅ Post-merge checklist