You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, we package components into new nuget packages, e.g. lightweight database runtime to be extracted while running the hosting application.
The database runtime is an external component which may get security vulnerabilities. Further it has a CPE which helps to identify which version is affected with vulnerabilities.
When packaging I would like to add some (well defined) meta data to the nuget package (nuspec file) with one or more CPEs related to this package.
Is there already an idea to
add custom meta data to nuspec file
convert data from PropertyGroup in csproj files into custom nuspec meta data
well defined meta data for one or more CPEs
well defined meta data for other component/product/version identifiers
?
Please note, that the vulnerability database in nuget.org will not solve this use case because this kind of package will never be published to public nuget.org.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes, we package components into new nuget packages, e.g. lightweight database runtime to be extracted while running the hosting application.
The database runtime is an external component which may get security vulnerabilities. Further it has a CPE which helps to identify which version is affected with vulnerabilities.
When packaging I would like to add some (well defined) meta data to the nuget package (nuspec file) with one or more CPEs related to this package.
Is there already an idea to
PropertyGroup
in csproj files into custom nuspec meta data?
Please note, that the vulnerability database in nuget.org will not solve this use case because this kind of package will never be published to public nuget.org.
Beta Was this translation helpful? Give feedback.
All reactions