You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [0.4.7] - 2026-03-15
8
+
9
+
### Added
10
+
-**Startup folder persistence check** -- scans per-user and all-user startup folders for executables, scripts, and shortcuts (WARNING, T1547.001)
11
+
12
+
### Fixed
13
+
-**22 empty catch blocks** replaced with `Write-Verbose` across Check-Accounts.ps1, Check-DefenseEvasion.ps1, Check-FileSystem.ps1, and lib/Helpers.ps1 so failures are traceable with `-Verbose`
14
+
-**Report filterFindings JS bug** -- implicit `event.target` replaced with explicit button element parameter, fixing potential strict-mode errors
15
+
-**Redundant if/else in Check-FileSystem.ps1** -- collapsed identical branches for trusted-company severity assignment
-Description "Found '$($item.Name)' in startup folder '$startupFolder'. Files placed here execute automatically at user logon. Verify this is a legitimate application."`
0 commit comments