-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
What is missing or needs to be updated?
Hello,
As a Python implementation of the Logging Vocabulary exists, I decided to add another implementation for C#/.NET.
The package supports all current categories and event types.
The project is not under my direct name, but instead under the ByteGuard HQ package family (my open-source appsec initiative).
The package is a basic wrapper around the ILogger interface from Microsoft.Extensions.Logger, and is provider agnostic (works with NLog, Serilog, etc.), making is easy for developers to start using the logging vocabulary, without having to switch logging provider.
byteguard-hq/byteguard-security-logger
How should this be resolved?
I propose that the ByteGuard.SecurityLogger NuGet package is added to the implementation section of the OWASP Logger Vocabulary page.
I'd be happy to open a PR with the proposed changes.
I hope this is useful for OWASP and that this package might be valuable, and merry Christmas :)