Skip to content

Code Quality: Lack of Logging throughout codebase #16961

@DinikaKC

Description

@DinikaKC

Description

There is minimal to no logging for security-related actions. This absence makes it difficult to trace unauthorized access attempts or to audit actions taken by the application. If this is being handled elsewhere already, please specify as I'm new to this

Concerned code

WindowsSecurityService.cs
AccessControlEntry.cs
StorageSecurityService.cs

Gains

  • eg. A better readability.
  • eg. Uncoupling concepts X and Y.
  • eg. Clarifying the responsibility of class C.

Requirements

  • eg. Using a specific design pattern.
  • eg. Separating Interface I into three new interfaces I1, I2 and I3.
  • eg. Regrouping the duplicated process into a new helper.

Comments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions