SecurityTxtToolkit

A PowerShell module for generating and parsing "security.txt" files.

AGPL-3.0 License

Stars
4
Committers
2

Bot releases are hidden (Show)

SecurityTxtToolkit - The RFC is finalized, but this module is not. Latest Release

Published by rhymeswithmogul over 1 year ago

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

Full Changelog: https://github.com/rhymeswithmogul/SecurityTxtToolkit/compare/v1.3.1...v1.4.0

SecurityTxtToolkit - Maintenance release

Published by rhymeswithmogul almost 2 years ago

This version is a maintenance release. No new features are present.

Update-Module SecurityTxtToolkit -Force