Skip to content

Commit c4dd009

Browse files
committed
Merge 'rickard/3pp-alt/OTP-20013' AGAIN
2 parents 3d9ac3d + e4712db commit c4dd009

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/scripts/otp-compliance.es

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,10 @@ create_vendor_relations(NewVendorPackages, #{~"packages" := Packages, ~"relation
12951295
case Pkgs of
12961296
[#{~"SPDXID" := RootId}] ->
12971297
case ID of
1298+
~"SPDXRef-otp-erts-openssl" ->
1299+
create_spdx_relation('OPTIONAL_COMPONENT_OF', ID, RootId);
1300+
~"SPDXRef-otp-erlinterface-openssl" ->
1301+
create_spdx_relation('OPTIONAL_COMPONENT_OF', ID, RootId);
12981302
~"SPDXRef-otp-erts-ryu" ->
12991303
create_spdx_relation('OPTIONAL_COMPONENT_OF', ID, RootId);
13001304
~"SPDXRef-otp-ryu-tochars" ->

0 commit comments

Comments
 (0)