Merge pull request #72 from WSE-research/70-create-analysemavenlist-p… #60
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
code/AmIVulnerable/Modells/SimpleReportLine.cs#L3
Non-nullable property 'ProjectUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/SimpleReportLine.cs#L4
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/SimpleReportLine.cs#L11
Non-nullable property 'releaseHighestDirectSeverity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/SimpleReportLine.cs#L19
Non-nullable property 'currentHighestDirectSeverity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/CVEcomp.cs#L35
Non-nullable property 'providerMetadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/OsvResult/OsvResult.cs#L74
Non-nullable property 'affectedPackage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/OsvResult/OsvResult.cs#L78
Non-nullable property 'ranges' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/OsvResult/OsvResult.cs#L82
Non-nullable property 'database_specific' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/OsvResult/OsvResult.cs#L250
Non-nullable property 'schema_version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
code/AmIVulnerable/Modells/OsvResult/OsvResult.cs#L254
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading