Skip to content

Commit 7432dd1

Browse files
Remove all traces of package vulnerability info from package deprecation feature (#7100)
1 parent a598acf commit 7432dd1

55 files changed

Lines changed: 319 additions & 3099 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 0 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-manage-deprecation.less

Lines changed: 2 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -19,102 +19,12 @@
1919

2020
.deprecation-subsection {
2121
margin: 25px;
22-
23-
.security-detail {
24-
padding: 10px;
25-
26-
.security-detail-input-label {
27-
display: block;
28-
margin-bottom: 0px;
29-
font-weight: normal;
30-
}
31-
32-
.security-detail-input {
33-
margin-top: 10px;
34-
35-
.cvss-input {
36-
display: inline-block;
37-
width: 65px;
38-
margin-right: 15px;
39-
}
40-
41-
.cvss-bold {
42-
font-weight: bold;
43-
}
44-
}
45-
46-
.security-detail-list-item {
47-
padding: 10px;
48-
49-
span {
50-
text-decoration: none;
51-
color: black;
52-
}
53-
54-
.security-detail-list-item-existing {
55-
color: @state-info-text;
56-
}
57-
58-
.security-detail-list-item-missing {
59-
color: @state-danger-text;
60-
}
61-
62-
.security-detail-list-item-header {
63-
display: flex;
64-
justify-content: space-between;
65-
}
66-
67-
.security-detail-list-item-description {
68-
margin-top: 5px;
69-
}
70-
}
71-
72-
.security-detail-list-input {
73-
display: flex;
74-
justify-content: space-between;
75-
76-
.security-detail-list-autocomplete {
77-
width: 100%;
78-
position: relative;
79-
display: block;
80-
81-
.security-detail-list-autocomplete-content {
82-
position: absolute;
83-
z-index: 1;
84-
width: 100%;
85-
border-top: 0px;
86-
87-
.security-detail-list-item {
88-
overflow: hidden;
89-
text-overflow: ellipsis;
90-
white-space: nowrap;
91-
92-
&:focus, & > :focus, &:hover {
93-
background-color: @alert-info-bg;
94-
}
95-
}
96-
}
97-
}
98-
99-
button {
100-
margin-left: 15px;
101-
}
102-
}
103-
104-
.security-detail-list {
105-
margin-top: 10px;
106-
107-
.security-detail-list-item {
108-
margin-top: 10px;
109-
}
110-
}
111-
}
112-
22+
11323
.alternate-package-container {
11424
@media (max-width: @screen-sm-min) {
11525
margin-top: 40px;
11626
}
11727
}
11828
}
11929
}
120-
}
30+
}

src/NuGet.Services.Entities/Cve.cs

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/NuGet.Services.Entities/CveStatus.cs

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)