NDepend.API Documentation
GetSecurityAdvisories(IAssembly) Method
NDepend.Security Namespace > ExtensionMethodsSecurity Class > GetSecurityAdvisories Method : GetSecurityAdvisories(IAssembly) Method
The third-party assembly consumed by your application.
Get a list of GitHub security advisories for this assembly version and file-version.
Syntax
[Extension()]
public static IReadOnlyList<ISecurityAdvisory> GetSecurityAdvisories( 
   IAssembly assembly
)

Parameters

assembly
The third-party assembly consumed by your application.

Return Value

The list of GitHub security advisories
Remarks
GitHub security advisories are obtained from https://github.com/advisories?query=+ecosystem%3Anuget
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

ExtensionMethodsSecurity Class
ExtensionMethodsSecurity Members
Overload List