-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
46 lines (36 loc) · 1.89 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Version 1.4.0 -- Not yet released
---------------------------------
The new Save-SecurityTxtFile cmdlet will allow you to download a website's
"security.txt" file.
The new Find-SecurityTxtFile cmdlet will let you find a website's "security.txt"
file, on the off-chance they might have it in the legacy location (/) instead of
the well-known (/.well-known) location.
This module can better interface with a locally-installed copy of GnuPG thanks
to a pull request submitted by Johannes Schöpp! Follow him on GitHub (jschpp).
What is a "security.txt" file anyway? You can read the full specification by
typing in: Get-Help about_SecurityTxt
Version 1.3.1 -- November 23, 2022
----------------------------------
One little change made this module compatible with Windows PowerShell 5.1.
Previously, it could have been installed, but would not have fetched any files.
Version 1.3.0 -- November 23, 2022
----------------------------------
This version adds support for verifying PGP-signed "security.txt" files. You
must have GnuPG installed; PowerShell cannot provide this for you.
Canonicity is now a little more lax, to comply with the RFC.
Version 1.2.0 -- November 23, 2022
----------------------------------
This version adds a new cmdlet, Get-SecurityTxtFile! There are also a few bug
fixes as well.
Version 1.1.0 -- October 25, 2022
---------------------------------
This version adds ShouldProcess support to New-SecurityTxtFile.
Version 1.0.1 -- June 22, 2021
------------------------------
This version fixed a packaging error when uploading the previous version to the
PowerShell Gallery. There are no new features or bug fixes.
Version 1.0.0 -- June 22, 2021
------------------------------
This is the first public release of SecurityTxtToolkit. While this version can
clear-sign files generated by New-SecurityTxtFile, it cannot check signatures on
existing files. That will be added in a future release.