Skip to content

The RFC is finalized, but this module is not.

Latest
Compare
Choose a tag to compare
@rhymeswithmogul rhymeswithmogul released this 03 Jul 04:58
52ace1a

Version 1.4.0 is complete and will be published to PowerShell Gallery tomorrow.

What's Changed

  • Added a new cmdlet, Save-SecurityTxtFile, to simply download a "security.txt" file.
  • Added a new cmdlet, Find-SecurityTxtFile, to locate a website's "security.txt" file, to ensure that it is in the correct well-known location instead of the legacy one.
  • Added Pester tests.
  • Changed how this module interfaces with gpg, so that it's more predictable on non-English systems. Thank you to @jschpp for not only bringing it to my attention, but also fixing #3 and #4.
  • Improved detection of bad signatures.
  • Removed extra spaces when a "security.txt" file has multiple Preferred-Languages.
  • Included RFC 9116 in here as about_SecurityTxt.
  • Fixed a bug where Get-SecurityTxtFile might attempt to fetch a file from a null URL.
  • Code cleanup.

New Contributors

  • @jschpp made their first contribution in #4

Full Changelog: v1.3.1...v1.4.0