Releases: rhymeswithmogul/SecurityTxtToolkit
Releases · rhymeswithmogul/SecurityTxtToolkit
The RFC is finalized, but this module is not.
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: v1.3.1...v1.4.0
Maintenance release
This version is a maintenance release. No new features are present.
Update-Module SecurityTxtToolkit -Force