rspec/rules/S3871/resources-dotnet.adoc
Egon Okerman d1417e82f8
Modify CWE and OWASP Top 10 links to follow standard link format (APPSEC-1134) (#3529)
* Fix all CWE references

* Fix all OWASP references

* Fix missing CWE prefixes
2024-01-15 17:15:56 +01:00

12 lines
455 B
Plaintext

== Resources
=== Documentation
* OWASP - https://owasp.org/www-project-top-ten/2017/A10_2017-Insufficient_Logging%2526Monitoring[Top 10 2017 Category A10 - Insufficient Logging & Monitoring]
* https://learn.microsoft.com/en-us/dotnet/api/system.exception[Exception]
* https://learn.microsoft.com/en-us/dotnet/api/system.systemexception[SystemException]
* https://learn.microsoft.com/en-us/dotnet/api/system.applicationexception[ApplicationException]