Nick
Nick
# # ## ๐ฃ 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...
This PR would update the `hsts_check()` function's method of processing the HSTS header. Currently we do not closely conform to RFCs 7230 and 6797 with regard to valid header formats....
Work-in-progress: DO NOT MERGE!! This PR is to fix #194 by checking both https and httpswww endpoints to determine HSTS status for the domain.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
# ๐ก Summary # We should add to the development guide an explanation for why for Python package installation steps we typically lead with ```console python -m pip install --upgrade...
# ๐ Summary # The current information in [branch-protection.md](https://github.com/cisagov/development-guide/blob/develop/project_setup/branch-protection.md) about configuring required tests in branch protection settings no longer reflects the GitHub UI. The description should be updated to reflect...
# ๐ก Summary # Break out all of the Markdown specific guidelines in `style-guide.md` into an appropriate `languages/markdown` section. ## Motivation and context ## Currently the information in `style-guide.md` contains...
# ๐ก Summary # We should have a style guide for Terraform (HCL) code just as we do for Python. ## Motivation and context ## It's currently more just team...
# ๐ Feature Proposal Separate the Development Tools currently stored in [project_setup/scripts](https://github.com/cisagov/development-guide/tree/develop/project_setup/scripts) into their own repository as a Python package. ## Motivation @hillaryj created an issue to add testing to...
# ๐ Feature Proposal We should add guidelines for repository naming to ensure that there is a consistent naming convention for repositories in the organization. ## Motivation We have provided...