nkolev92 / DependencyVisualizer

A tool to help you visualize the dependencies in your .NET project
MIT License
2 stars 1 forks source link

Add the concept of a decorator, add a vulnerability decorator #24

Closed nkolev92 closed 9 months ago

nkolev92 commented 9 months ago

Just some cleanup of how the nodes gets their vulnerability data.

The idea is to make adding extra decorators easy. Like for example, adding a deprecation decorator.