-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
76 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...zerTool.Test/compiler/resources/diamonddependency.withvulnerabilitiesanddeprecations.dgml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<DirectedGraph xmlns="http://schemas.microsoft.com/vs/2009/dgml"> | ||
<Nodes> | ||
<Node Id="TestProject.1.0.0" Label="TestProject.1.0.0" Category="Project" /> | ||
<Node Id="A.1.0.0" Label="A.1.0.0" Category="VulnerablePackage" /> | ||
<Node Id="B.1.0.0" Label="B.1.0.0" Category="DeprecatedPackage" /> | ||
<Node Id="C.1.1.0" Label="C.1.1.0" Category="VulnerableAndDeprecatedPackage" /> | ||
</Nodes> | ||
<Links> | ||
<Link Source="TestProject.1.0.0" Target="A.1.0.0" Label="[1.0.0, )" /> | ||
<Link Source="TestProject.1.0.0" Target="B.1.0.0" Label="[1.0.0, )" /> | ||
<Link Source="A.1.0.0" Target="C.1.1.0" Label="[1.0.0, )" /> | ||
<Link Source="B.1.0.0" Target="C.1.1.0" Label="[1.1.0, )" /> | ||
</Links> | ||
<Categories> | ||
<Category Id="Project" Background="Lightblue" StrokeThickness="2" /> | ||
<Category Id="Package" Background="None" StrokeThickness="1" /> | ||
<Category Id="VulnerablePackage" Background="None" StrokeThickness="4" Stroke="Red" /> | ||
<Category Id="DeprecatedPackage" Background="Yellow" StrokeThickness="1" /> | ||
<Category Id="VulnerableAndDeprecatedPackage" Background="Yellow" StrokeThickness="4" Stroke="Red" /> | ||
</Categories> | ||
|
||
</DirectedGraph> |