Skip to content
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

Fix broken preload URL #232

Merged
merged 5 commits into from Dec 5, 2022
Merged

Fix broken preload URL #232

merged 5 commits into from Dec 5, 2022

Conversation

jsf9k
Copy link
Member

@jsf9k jsf9k commented Dec 4, 2022

πŸ—£ Description

This pull request fixes a broken URL pointing to the Chromium HSTS preloaded domain list.

πŸ’­ Motivation and context

The location of this data has changed upstream, and this is breaking the BOD 18-01 scanning.

Required to resolve cisagov/scanner#67.

πŸ§ͺ Testing

All automated testing that is expected to pass passes. The Python 3.6 tests fail because Python 3.6 is no longer supported by GitHub Actions.

βœ… Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

βœ… Pre-merge checklist

  • Finalize version.

βœ… Post-merge checklist

@jsf9k jsf9k added bug This issue or pull request addresses broken functionality python Pull requests that update Python code labels Dec 4, 2022
@jsf9k jsf9k self-assigned this Dec 4, 2022
@jsf9k jsf9k added this to In progress in BOD 18-01 via automation Dec 4, 2022
@jsf9k
Copy link
Member Author

jsf9k commented Dec 4, 2022

Can we just drop support for Python 3.6? The 3.6 tests are failing because GitHub Actions no longer supports 3.6.

I can just ignore them for now.

@jsf9k jsf9k marked this pull request as ready for review December 4, 2022 18:16
Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

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

We will drop Python 3.6 support when we update to a newer version of sslyze so I'd rather just leave that alone for now. Do you want to handle the release to PyPI or shall I?

src/pshtt/pshtt.py Outdated Show resolved Hide resolved
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

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

πŸ‘

BOD 18-01 automation moved this from In progress to Reviewer approved Dec 5, 2022
jsf9k and others added 2 commits December 5, 2022 10:28
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
@jsf9k jsf9k merged commit 2726e42 into develop Dec 5, 2022
BOD 18-01 automation moved this from Reviewer approved to Done Dec 5, 2022
@jsf9k jsf9k deleted the bugfix/fix-broken-preload-url branch December 5, 2022 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality python Pull requests that update Python code
Projects
Status: Done
Status: Done
BOD 18-01
  
Done
Development

Successfully merging this pull request may close these issues.

pshtt scans failed this weekend
3 participants