Skip to content

Commit 1fe3254

Browse files
authored
Merge pull request #9441 from Fryguy/yarn_audit_pending_fix
Add back in the details for yarn audit pending list
2 parents 46f0850 + 952d4fb commit 1fe3254

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.yarnrc.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ enableGlobalCache: true
55
nodeLinker: node-modules
66

77
npmAuditExcludePackages:
8-
- angular
9-
- bootstrap
10-
- bootstrap-sass
8+
- angular
9+
# pending | high | GHSA-4w4v-5hc9-xrr2 | angular >=1.3.0 <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
10+
# pending | moderate | GHSA-2qqx-w9hr-q5gx | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
11+
# pending | moderate | GHSA-2vrf-hf26-jrp5 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
12+
# pending | moderate | GHSA-m2h2-264f-f486 | angular >=1.7.0 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
13+
# pending | moderate | GHSA-prc3-vjfx-vhm9 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
14+
# pending | moderate | GHSA-qwqh-hm9m-p5hr | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
15+
# pending | low | GHSA-j58c-ww9w-pwp5 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
16+
# pending | low | GHSA-m9gf-397r-hwpg | angular >=1.3.0-rc.4 <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
17+
# pending | low | GHSA-mqm9-c95h-x2p6 | angular <=1.8.3 | 1.8.3 brought in by manageiq-ui-classic@workspace:.
18+
- bootstrap
19+
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap >=2.0.0 <=3.4.1 | 3.4.1 brought in by eonasdan-bootstrap-datetimepicker@virtual:6557af66f1a3f9d81b30dd080e0c619c011728fa0bded31959e34111c8a06d5f82c760d19a3100c59f98831cc7e73d48a91c41d41de6db59b14a282cb6169d79#npm:4.17.49
20+
- bootstrap-sass
21+
# pending | moderate | GHSA-9mvj-f7w8-pvh2 | bootstrap-sass >=2.0.0 <=3.4.3 | 3.4.3 brought in by patternfly@npm:3.59.5
1122

1223
yarnPath: .yarn/releases/yarn-4.9.1.cjs

0 commit comments

Comments
 (0)