Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Nov 13, 2022
1 parent 0997c68 commit cb95d0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
15 changes: 11 additions & 4 deletions Readme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ If you would like to see fresh changes done since last release you can do so on

- [Changelog](#changelog)
- [Table of Contents](#table-of-contents)
- [v0.13.0 (develop branch)](#v0130-develop-branch)
- [v0.12.0 (current release)](#v0120-current-release)
- [v0.14.0 (develop branch)](#v0140-develop-branch)
- [v0.13.0 (current release)](#v0130-current-release)
- [v0.12.0](#v0120)
- [v0.11.0](#v0110)
- [v0.10.0](#v0100)
- [v0.9.0](#v090)
Expand All @@ -24,7 +25,9 @@ If you would like to see fresh changes done since last release you can do so on
- [v0.3.0](#v030)
- [v0.2](#v02)

## v0.13.0 (develop branch)
## v0.14.0 (develop branch)

## v0.13.0 (current release)

**NOTE:** Changes for unreleased version (develop branch) may change or be announced upfront

Expand Down Expand Up @@ -111,7 +114,11 @@ If you would like to see fresh changes done since last release you can do so on
- Added script info to scripts, `REQUIREDSCRIPTS` and `EXTERNALMODULEDEPENDENCIES`
- Fixed `Get-NetworkStats.ps1` scripts so that it's functional for local and remote

## v0.12.0 (current release)
- Documentation

- Added new documentation concerning security and privacy

## v0.12.0

- Rules

Expand Down
8 changes: 4 additions & 4 deletions Readme/SecurityAndPrivacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ You can read more about this on links below:
As already said good news is that you need none of these expensive software, in this repository in\
`Scripts\Security` directory you'll find following scripts which automate these things as follows:

1. `Deploy-ATP.ps1` is used to deploy attack surface reduction rules on your system
1. `Deploy-ATP` is used to deploy attack surface reduction rules on your system
2. `Set-ATP` is programatic way to configure Windows defender and enforce restrictive settings
3. `Show-ASR` is used to show settings applied by `Deploy-ATP.ps1`
4. `Find-UnsignedFile.ps1` is used to detect unsigned software on your system and perform automatic
4. `Find-UnsignedFile` is used to detect unsigned software on your system and perform automatic\
online malware analysis with [Virus total][virus total] so that you don't have to upload each file
manually.

Expand All @@ -238,7 +238,7 @@ references.

## Privacy suggestions

In the following sections are most common privacy concerns and suggestions on how to deal with them.\
In the following sections are most common privacy concerns and suggestions on how to deal with them.

When it comes to privacy, briefly, there are 2 different defense categories:

Expand Down Expand Up @@ -350,7 +350,7 @@ Following web sites are good starting point for additional research regarding se
[schneier]: https://www.schneier.com/academic/passsafe "Visist Schneier's site"
[prxbx]: https://prxbx.com/email "Visit prxbx.com site"
[proton mail]: https://proton.me/mail "Visit protomail site"
[defender]: https://www.microsoft.com/en-us/windows/comprehensive-securit "Visit microsoft site"
[defender]: https://www.microsoft.com/en-us/windows/comprehensive-security "Visit microsoft site"
[firewall]: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security "Visit microsoft site"
[gpg4win]: https://www.gpg4win.org "Visit gpg4win.org site"
[psiphon]: https://www.psiphon.onl/windows "Visit psiphon.onl site"
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Following version of `Windows Firewall Ruleset` are eligible for security report

| Version | Supported |
| ------- | ----------|
| 0.12.0 | ✓ |
| 0.13.0 | ✓ |
| 0.14.0 | ✓ |

## The difference between privacy and security

Expand Down

0 comments on commit cb95d0b

Please sign in to comment.