Skip to content

fix: security vulnerabilities, UI freezes, and logic bugs#585

Merged
laurentiu021 merged 1 commit into
mainfrom
fix/security-and-performance
May 28, 2026
Merged

fix: security vulnerabilities, UI freezes, and logic bugs#585
laurentiu021 merged 1 commit into
mainfrom
fix/security-and-performance

fix: security vulnerabilities, UI freezes, and logic bugs

7cc6c14
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 28, 2026 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 376 in SysManager/SysManager/ViewModels/MainWindowViewModel.cs

See this annotation in the file changed.

Code scanning / CodeQL

Reference equality test on System.Object Warning

Reference equality for System.Object comparisons (
this
argument has type Object).

Check notice on line 205 in SysManager/SysManager/Services/FileShredderService.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Where Note

This foreach loop
implicitly filters its target sequence
- consider filtering the sequence explicitly using '.Where(...)'.