pshtt icon indicating copy to clipboard operation
pshtt copied to clipboard

Scan domains and return data based on HTTPS best practices

Results 45 pshtt issues
Sort by recently updated
recently updated
newest added

# # ## 🗣 Description ## This pull requests integrates the [cisagov/skeleton-python-library](https://github.com/cisagov/skeleton-python-library) skeleton as the upstream parent. As part of the process the code base was modified to pass our...

improvement
upstream update

# 💡 Summary # publicsuffix, a dependency of this project, is outdated and will not be supported anymore: https://pypi.org/project/publicsuffix/ ## Motivation and context ## This makes it difficult to install...

improvement

Updates the https_check function to use code that works with sslyze>=3.0.0 - fixes import errors for the current required modules - uses the new format for certificate analyzer - updates...

improvement

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...

# 💡 Summary # This repository still uses Travis instead of GitHub Actions, is not [skeletonized (per our project setup guide)](https://github.com/cisagov/development-guide/tree/develop/project_setup), and the python code is not formatted with `black`,...

improvement

# 🐛 Bug Report The latest changes to SSLYZE cause a few import issues within pshtt.py. ## To Reproduce Run pshtt in conjunction with the latest version of sslyze available...